Help needed with error "Underlying HTTP server died with "null code"" using phc-argon2 #4062
Unanswered
danieljcksn
asked this question in
Help
Replies: 2 comments 4 replies
-
Another thing: I don't get this error if I use bcrypt |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does it work when you are not using an |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using argon2 in my AdonisJS application for hashing passwords of users. I have followed the instructions from the official documentation but I am encountering an error when I make a request to a route that uses the hashing (e.g. the users route): 'Underlying HTTP server died with "null code"'.
Here is my dockerfile:
And here is my docker compose:
Could someone please help me to resolve this error? Any help would be greatly appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions