502 Bad Gateway error on front end, missing variable errors on server container #297
Replies: 1 comment 1 reply
-
|
As the error shows, add these two variables. This is new and not to be confused with previous credentials. SPARKY_FITNESS_APP_DB_USER, SPARKY_FITNESS_APP_DB_PASSWORD I'll look for a way to avoid this additional APP DB USER. But currently this is needed for better security for supporting multiple users |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, somewhere in the last week my sparkyfitness install stopped working. No changes on my end that I am aware of, and I dont even think I tried to pull a newer version... but I could be wrong on that.
When you go to the front end, it looks like a proper login screen, but a second or two later, you get the red error box, saying 502 bad gateway:

Front end console logs:
From the backend server container complaining of missing variables:
The variables are and have been present... I have no idea why its so unhappy. I even put the actual data (db name, user and pass) into the docker compose file, instead of it referring to the .env, and no change. Any suggestions!?
Beta Was this translation helpful? Give feedback.
All reactions