-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
aws error #7962
Comments
@emyot can you share a reproduction? ideally a link to a github repo with this issue (or even better, a stackblitz link), but even a description of the steps you took to arrive at this error would be useful. For example, which template/stack are you using? |
Hi pedro, this is the repo: https://github.com/emyot/remix-v2-testapp.git. I don't know if you can view it since I set it to private. If yes, go ahead and look around at app/components/util/s3.server.ts and app/routes/_public.add.tsx, app/routes/_public.user-cv.tsx. |
@emyot the repo you shared is private so I cannot access it. Can't find a way to reproduce this, so closing this issue, but happy to reopen if you are able to share a public reproduction |
Just got the same error |
Turns out it's issue with bcrypt |
Also happens with argon2 |
Yes I initially used argon2 and then tried switching to bcrypt |
But if you going to use scrypt from crypto, make sure to test parameters. Also you need to generate salt and store it yourself |
What version of Remix are you using?
2.2.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Expected Behavior
I'm a rookie, I don't understand this.
Actual Behavior
Displaying error during npm run dev
The text was updated successfully, but these errors were encountered: