Information Security with HelmetJS - Understand BCrypt Hashes

Tell us what’s happening:

on my end everything says i have sucessfully required bcrypt and installed it and its in my dependencies i dont know where im going wrong

###Your project link(s)

solution: Glitch :・゚✧

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 OPR/119.0.0.0

Challenge Information:

Information Security with HelmetJS - Understand BCrypt Hashes

Do you get any error messages?

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

youre right- sorry i was just very frustrated in the moment. when I submit my solution link it fails both of the tests, however I’ve even resorted to asking ai if my code is right and I seem to meet all the requirements for passing the tests. i was using replit at first but I switched to glitch because I though my issue was not actually hitting the “add package” button, it looks like bcrypt is in the package.json file as it should be, the version is correct and at first I got an error for it not being compatible with my node version so I fixed that but it still didn’t pass, in the terminal I installed bcrypt and required it in server.js. I’m under the impression that that’s all I needed to do. I’ve tried submitting the dev link from glitch as the solution link and it still isn’t passing. in the terminal I pushed it and it says everything up to date. I’ve deleted everything and restarted a few times and can’t see what’s going wrong- sorry for poor explanation. I’m sure it’s something really obvious that I’m too frustrated to realize. thanks for your help. please let me know if there’s any specific information I can give you to further help.

hey, did you manage to find any solution?