Hi
I have my flask web app for a long time and it always worked fine. Today I've made few small, more visual changes and added few records to my sqlite database file. Nothing special. Hit the Reload
button and:
Error code: 502-loadbalancer
Yesterday I also made very small change -> reload -> everything works great. Today there is this strange error. More strange is that:
- I don't see any error in any log
- In the log I can see my visits as normal with HTTP 200...
- In the log I noticed that most likely my app is running on the
blue-liveweb33
node.
I know from other similar threads that usually it was correlated to long running code. But I don't think this is my case. This is simple webpage with no big traffic. It doesn't calculate anything special.
Note: I've checked this website on different browser and different machines. So, it's not correlated to the client for sure.
Any idea what's wrong?