Python Flask Web API [Heroku]: It runs locally but shows Application Error when deployed
问题 I have done a search on StackOverflow looking for an answer that will help me to get my Web API working, but somehow, I still don't have the answer that I need. I have followed all the necessarily steps up till the moment I can deploy the project to heroku (through Github), and it shows no build error. Procfile is already included, so is my requirements.txt. Please see below: Project Directory: app-directory/ |-main-api.py |-Procfile |-requirements.txt |-..other files.. Procfile (Updated):