After a new deploy I noticed some logs about connection errors to redis, and it was trying to connect to 127.0.0.1 so figured it was missing the ENV, tried setting it, but the CLI would state no changes were made meaning the app has this ENV variable and its the same value, but then I triggered a redeploy and everything was fine after that, no more connection errors.
There is two reason I believe this was a bug with missing ENVs:
- default fallback address being used ā127.0.0.1ā
- I was not able to set the same value, stated already set and is the same value.
Deploy happen around 10/27 - 8:10pm CST