Heroku deploy web appliaction

 When deploying a python flask web application I got an error that

at=error code=H14 desc=”No web processes running” method=GET path=”/” host=xxx.herokuapp.com request_id=xxx fwd=”xxx.xx.xx.x" dyno= connect= service= status=503 bytes=


Solution:

Check if you have Procfile in your project root folder and if present check if you have web: <command> present to start your application.


The above solution solved my problem.

Comments

Popular posts from this blog

Pinescript Code for Hilega Milega

Sending message to Telegram Group, User or Bot using Python

Pine script for Intraday backtesting Previous Day high and Previous Day Low Breakout strategy