-
Good morning
and in Postman I get I have no clue how to fix this, am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hey @melokki! 👋🏻 Do you have anything else in your console? Note that the # If using bcrypt
npm i phc-bcrypt
# If using argon2
npm i phc-argon2 |
Beta Was this translation helpful? Give feedback.
-
What I've found is that, when I run the application from the local environment, the hashing works just fine, but when I run it from a docker container it throws me the above error. Don't know how to debug it further :( |
Beta Was this translation helpful? Give feedback.
-
My latest finding is this: What could possibly cause this strange behavior on the alpine container? |
Beta Was this translation helpful? Give feedback.
My latest finding is this:
before I was using
node:17-alpine
image for my container. I changed the image tonode:17
and now works as expected.What could possibly cause this strange behavior on the alpine container?