Open chevdor opened 9 months ago
...and that did the trick.
APP_URL
should be defined as APP_URL: https://monica.mydomain.com
and not APP_URL: monica.mydomain.com
APP_URL: monica.mydomain.com
does work, there is no reason to slide a localhost
in therei would like to contribute on same.
⚠️ This issue respects the following points: ⚠️
Bug description
Wrong URL in email (containing localhost)
Steps to reproduce
APP_URL
. ieAPP_URL: monica.mydomain.com
https://localhost/monica.mydomain.com/people/<...>
instead ofhttps://monica.mydomain.com/people/<...>
Expected behavior
The link in the email follows the
APP_URL
.Environment
Your own self-hosted instance (monica v4)
Version of Monica
4.0.0
Installation method
Docker / k8s
Web server
Traefik / nginx
Database engine version
MariaDB
Additional info
I made an attempt to use
APP_URL: https://monica.mydomain.com
. I am now waiting for the next reminders to see whether that helps.