简体   繁体   中英

Heroku app deployed successfully but Application Error

I'm trying to deploy a simple python Dash app to Heroku, I can deploy the app without any issues but I keep getting an Application Error when I try and view it. When I try to look at the logs through the CLI it can't find the app -- I have no understanding why!

I have created the requirements.txt file along with the Procfile file.

GitRepo for project: https://github.com/Karan-Ghatt/Covid-Data-Dash

I don't seem to understand why this is not working, any insight would be greatly appreciated!

your question isn't exactly clear and it'll have been better if you posted the error. if heroku can't detect your app as a python app then you should try setting the buildpack.

heroku buildpacks:set heroku/python

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM