Hello, PKP Community!
I recently migrated our OJS installation to a new server and also updated it from version 3.3.0-13 to 3.3.0-20. Additionally, we switched our domain name and are now using Docker for our OJS setup.
After updating the config.inc.php
to set the base_url
to HTTPS, we are encountering issues where all form actions in the system still point to HTTP URLs. This mismatch is causing cross-origin errors and prevents autofill functionality in forms.
Could anyone advise on how to ensure that all URLs reflect the HTTPS setting and resolve these issues? Any guidance on updating settings or troubleshooting steps would be greatly appreciated.
Thank you in advance for your assistance!