realpython / flask-boilerplate

Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap
http://www.flaskboilerplate.com
Apache License 2.0
1.53k stars 535 forks source link

I'm having the same problem with a python/flask app. Runs great locally, but crashes when I attempt to deploy to Heroku. This is my first time attempting to use Heroku. Error messages pasted below from the logs. Any help would be really appreciated. #40

Open Karan290199 opened 4 years ago

Karan290199 commented 4 years ago

I'm having the same problem with a python/flask app. Runs great locally, but crashes when I attempt to deploy to Heroku. This is my first time attempting to use Heroku. Error messages pasted below from the logs. Any help would be really appreciated.

C:\Users\mailt\OneDrive\Desktop\pickle\Deployment-flask-master\mypython\mypython>heroku logs -t -a rainpredict 2019-10-25T06:36:15.032839+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=rainpredict.herokuapp.com request_id=6397bf00-ccb5-4328-9890-f88c2e143c7c fwd="60.243.92.123" dyno= connect= service= status=503 bytes= protocol=https

Ashish-ash commented 2 years ago

Did you get the solution for this