FLASK APP failed to deploy
I used the refernce flask project idk why
maybe the build/run command i put in was incorrect?
14 Replies
Project ID:
N/A
this is the file structure
Did you deploy the flask template? If you deploy the template, it will copy the contents to your github account for you automatically.
No
Your
procfile
needs to be Procfile
with a capitalI just edited it
Should i use the flask template?
Since i already had the project i thoought it would just manually add the files and changes
I completely understand.
What is the contents of your Procfile?
web: gunicorn main:app
I should add python app.py to the run command right?
You don't have a main.py
you have an app.py
Change your Procfile to
web: gunicorn app:app
Thank you
I did
now its just
this in the webpage
Okay, wait a few seconds and try refreshing again, it might not have fully launched yet