-
Notifications
You must be signed in to change notification settings - Fork 50
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 Startup Failure Due to bcrypt Version Error #393
Comments
Setting the bcrypt version to "4.0.1" will solve this. |
Merged
evroon
added a commit
that referenced
this issue
Dec 19, 2023
@Sevichecc can you confirm it's no longer an issue now? I merged a fix |
@evroon Yes, I can confirm that the issue has been resolved. Thank you for the fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After completing the basic backend setup, I attempted to run
./run.sh
. However, the operation failed, potentially due to an issue related to bcrypt. How could I solve this?Related issues:
The text was updated successfully, but these errors were encountered: