You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue on monica v5.0.0-beta.4 after changing my APP_URL from http URL to https URL.
Setting the environment variable APP_FORCE_URL=true seems to fix the issue.
Bug description
Unable to access monicahq from reverse proxy on subpath (mydomain.com/monicahq)
Steps to reproduce
I have deployed mponicahq using docker compose, here is the compose file i am using:
It runs, and i can access the register page via http://127.0.0.1:9980
If i add on top of it my reverse proxy:
(only relevant location section)
it doesnt work. Browser report a 302 redirect to http://mydomain.com/register insterad of the correct https://mydomain.com/monicahq/register that i am expecting.
Am i doing something wrong? According to the docs i could find, it should work.
Expected behavior
Monicahq accessible at https://mydomain.com/monicahq
Environment
Your own self-hosted instance (monica v4)
Version of Monica
No response
Installation method
Docker image
Web server
Apache
Database engine version
MariaDB
Additional info
No response
The text was updated successfully, but these errors were encountered: