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
Hi jobguy!
There is probably an issue with the repo running on localhost.
First of all, the repo is on production setting even in develop branch. but turning it to settings.development still doesn't solve the issue.
there are two ERRORs that I face when i try to run the project with this command : docker-compose up --build. the dockerfile gets built successfully but here are the errors (related to gunicorn & google oAuth): gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>, 'Add GOOGLE_OAUTH_ID env variable, example: export GOOGLE_OAUTH_ID=123456'
The text was updated successfully, but these errors were encountered:
Hi jobguy!
There is probably an issue with the repo running on localhost.
First of all, the repo is on production setting even in develop branch. but turning it to settings.development still doesn't solve the issue.
there are two ERRORs that I face when i try to run the project with this command :
docker-compose up --build
.the dockerfile gets built successfully but here are the errors (related to gunicorn & google oAuth):
gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
,'Add GOOGLE_OAUTH_ID env variable, example: export GOOGLE_OAUTH_ID=123456'
The text was updated successfully, but these errors were encountered: