-
Hi there, First of all, thank you all for the fantastic work! I've successfully installed the Email & Messages app on a self-hosted instance using Docker and Traefik as a reverse proxy. Everything has been going smoothly so far. I was able to install the app from its URL and access its configuration page from within the dashboard. However, I've hit a snag. I'm currently stuck with a "loading" message that appears next to the "Messaging Providers" title. No error logs on dashboard console / network, neither from the email&message app container. Could anyone provide some guidance or suggestions on how to resolve this issue? Any help would be greatly appreciated! Thank you in advance for your support. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey Please add |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help @lkostrowski ! Everything worked fine in development, and the logs indicated that I didn't specify the I misunderstood this sentence from the documentation about |
Beta Was this translation helpful? Give feedback.
Thanks for your help @lkostrowski !
Everything worked fine in development, and the logs indicated that I didn't specify the
SECRET_KEY
environment variable needed for production. Adding it in production solved my issue !I misunderstood this sentence from the documentation about
SECRET_KEY
: "If not set, a random key will be generated on each app start.". It appears to be true only in development mode.