-
Notifications
You must be signed in to change notification settings - Fork 118
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
Backend not running (exit with 2) #83
Comments
|
open the backend start_prod.sh and remove the --capture-output flag. It was only intended to "capture gunicorn stdout/stderr to the log file" as per benoitc/gunicorn#1271. Does not seem to be a process critical functionality for this application |
open the backend start_prod.sh and remove the --capture-output flag.I did that, but the error message now is |
I'm assuming there was a breaking change in the gunicorn package at some point. Have you tried rolling back a version?
|
I had the same problem on Windows, I guess this is because of the line ending on windows. |
same problem under windows. actually docker should be the workaround for #87 .... now we are already at the workaround of the workaround |
I got the following error in the log
usage: gunicorn [OPTIONS] [APP_MODULE]
gunicorn: error: unrecognized arguments: --capture-output
The text was updated successfully, but these errors were encountered: