Issues information
- databases: Postgres, Redis
- Programming language and version: NodeJS
- Link to your project on Github/Gitlab: GitHub - daniil/union-booth: Live Q/A Platform for online conferences and lectures
My issue
Couple of days ago the app started throwing errors during deploy (and there shouldn’t have been any changes that would cause that).
Poking around the deploy error it was evident that both my Redis and Postgres have failed to connect which led me to discovery that some of the environment variables that lived in secret have now been moved to environment (without my doing) and my aliases required for connection config have been broken.
I restored the aliases and everything should map correctly again now, yet my app is still having hard time starting.
What is even more peculiar is that when I am trying to debug if the env variables are there, I can’t seem to see any console.log
values in the log :\