You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some research and it seemed to be an error with the procfile, but this file is exactly the same as the one this public repository has. Here are the logs:
The text was updated successfully, but these errors were encountered:
I am experiencing a similar problem: not always, but once in a while I get this 503 error on Heroku. I was not able to trace it back to the source of the problem. I am using flask with Vue.js only in some pages (did not get this error before introducing Vue).
Have you solved it?
I am experiencing this error and after some search on net find it that with adding --preload to gunicorn command we can see the full log.
For me that problem was werkzeug version 1. downgrade to 0.16.1 solve my problem.
I did some research and it seemed to be an error with the procfile, but this file is exactly the same as the one this public repository has. Here are the logs:
The text was updated successfully, but these errors were encountered: