Error deploy flask app

I'm trying to upload a simple flask application. The log shows it is working: Serving Flask app 'app' Debug mode: on Running on http://xxxxxxxxxxxx/ Press CTRL+C to quit Restarting with stat Debugger is active!. But when I click on the page address the message appears. Can someone help me pls?
No description
9 Replies
Percy
Percyβ€’8mo ago
Project ID: N/A
Brody
Brodyβ€’8mo ago
no fragly 😭 we don't want to help them get the development server running, we instead want to help them run a production server, that page doesn't really tell you how to go from development to a production server
Fragly
Fraglyβ€’8mo ago
SMH
Adalego [🌽 Mafia] DAO
My Procfile looks like this: web: gunicorn main:app
Brody
Brodyβ€’8mo ago
does the filename have a capital "P"?
Brody
Brodyβ€’8mo ago
can you send your build logs please https://bookmarklets.up.railway.app/log-downloader/
Adalego [🌽 Mafia] DAO
the main file of my application is app.py. So is the code "web: gunicorn app.py" within the Procfile file correct?
Brody
Brodyβ€’8mo ago
no, what you had here is more correct build logs please