Forums

Something went wrong --- Nothing in logs

Hi - I'm trying to publish my API, and after some debugging and setting up the virtual env I'm still facing some issues. I tried reloading the app - the first few times I got the message about it taking a while and it couldn't confirm if it worked, eventually I didn't get that message after reloading the webapp. But no matter what I'm still getting the Something went wrong message on my webapp page with a "Error code: 502-backend" at the end --- the debugging tips just recommend refreshing the page (not helping), or checking the error logs (nothing there since I resolved the virtualenv issue with the missing modules).

Thanks!

Found another thread that pointed out having an app.run() or application.run() command in your wsgi file will cause this to happen. Just leave that file as-is and it should work if everything else is set up correctly.