Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's working on development but not on deploy #22

Open
baristaGeek opened this issue Jun 3, 2019 · 3 comments
Open

It's working on development but not on deploy #22

baristaGeek opened this issue Jun 3, 2019 · 3 comments

Comments

@baristaGeek
Copy link

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:

photo_2019-06-03_17-49-34

@ropinotex
Copy link

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?

@loleg
Copy link

loleg commented Apr 22, 2020

It would be helpful if you temporarily enabled full logging and checked Heroku's console again to get the stack trace.

@aliir74
Copy link

aliir74 commented Aug 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants