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
Iam hosting Hi.Events on a docker environment with the all in one image. In every .yml and .env i changed everything to my Domain.
In my testenvironment every customer or mail to an admin is linked with http://localhost:8123/.....
The text was updated successfully, but these errors were encountered:
I know what OP means. The links in the email that gets sent out is set to localhost if you didn't set the APP_FRONTEND_URL.
The solution is to make sure the APP_FRONTEND_URL is present in the .env file.
You also need to add it to the docker-compose.yml as an environment variable.
- APP_FRONTEND_URL=${APP_FRONTEND_URL}
Iam hosting Hi.Events on a docker environment with the all in one image. In every .yml and .env i changed everything to my Domain.
In my testenvironment every customer or mail to an admin is linked with http://localhost:8123/.....
The text was updated successfully, but these errors were encountered: