Relative Content

Tag Archive for htmlnode.jsexpressbackend

Express Js code showing 404 error. Building a website so that it takes a correcct password and displays another page. but i click submit and get 404

I am trying to learn Express Js. I had been trying to build a website in which upon typing the correct password, another webpage called ‘secrets’ containing some info would be displayed. If the password is wrong, we will be redirected back to the home page. But anytime I type in the password and press submit, it shows a 404 error. Same error on Postman aswell. I am not able to find the cause of this. Kindly help.