We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I managed to build it up, it is running on Unbuntu 20.04 This is what i get on docker logs when i am trying to create an account.
flask | --- no python application found, check your startup logs for errors --- flask | [pid: 12|app: -1|req: -1/3] 172.18.0.4 () {48 vars in 833 bytes} [Mon Mar 8 10:25:08 2021] POST /api/auth/register => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
Any suggestions ?
The text was updated successfully, but these errors were encountered:
If you check the logs of the flask container, you will see that the email_validator package is missing.
Add email_validator at the end of the back/back-end/requirements.txt file
Also, pin the versions for the following packages:
Sorry, something went wrong.
No branches or pull requests
I managed to build it up, it is running on Unbuntu 20.04
This is what i get on docker logs when i am trying to create an account.
flask | --- no python application found, check your startup logs for errors ---
flask | [pid: 12|app: -1|req: -1/3] 172.18.0.4 () {48 vars in 833 bytes} [Mon Mar 8 10:25:08 2021] POST /api/auth/register => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
Any suggestions ?
The text was updated successfully, but these errors were encountered: