Forums

My web app need to be reloaded every few minutes to keep working

Hi, I have a small flask database app on Pythonanywhere. The app works fine for a couple of minutes and than I get "Something went wrong" message after submitting the form instead of getting the regular page of the rerieved data. After I relaod my web app (with the button) I get another few minutes of a working site and so forth. I used the same quarry before the error and after so probably the posted data is not the cause of this error. Any advice and suggestions will be greatly appreciated

Do you see any error tracebacks in your logs to give some hints as to what went wrong?