Since around 6:30 AM (July 18) my Flask app has been failing.
Symptoms:
- Website returns HTTP 502 Bad Gateway on every route.
- Reload on the Web tab says: "There was a problem."
- Error Log won't open; it keeps loading then shows: "Something went wrong. Please try again in a little while."
- My site briefly showed the default "Coming Soon!" page.
- Server log says WSGI app starts successfully ("WSGI app ready"), with no startup errors.
- Access log shows every request returning 502.
Has anyone experienced this? Could this be a PythonAnywhere platform issue rather than an application error?
<h1>PythonAnywhere #Flask #Python #WSGI #502</h1>