Forums

App won't run

Hi,

I've been through the steps and have added a web app. When I click reload, nothing happens.

In the access log, it prints: 54.226.91.59 - - [23/Mar/2021:10:30:58 +0000] "GET / HTTP/1.1" 200 17 "-" "python-requests/2.22.0" "(IP address replaced)" response-time=0.003

I believe the 200 code reports success, what am I doing wrong?

By "reload" you mean the green button with your web app name in the Web page? It's just reloading the web app, it's not starting the web app in your browser. Now, I see, it behaves like our default Flask app, but you had earlier some syntax errors shown in your error logs -- maybe that was preventing you from running the web app?

Hold on lol, just found another issue