Build a Web Server - Build a Web Server

Tell us what’s happening:

i was in “Build a Web Server - Lesson 20”, I follow every instruction but the server is working. the problem is your test.

User agent: “‘Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36’”

Your code so far

Your browser information:

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

Challenge Information:

Build a Web Server - Build a Web Server

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-build-a-web-server/e050e8ccbfc80e1a3561f787.md at main · freeCodeCamp/freeCodeCamp · GitHub

please describe what is happening

I have the same problem. Task 20 says: Restart your server, and make a request to h ttp://localhost:3001/hello. You no longer need to add a timeout to your curl command, because your server is responding with something.
I stop the server with ctrl+c, then run it via node server.js and in another terminal I run curl h ttp://localhost:3001/hello. But the test fails.

I have the same problem.

@vladbelyash5 @gustavoxabreux please create your own topic

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

So still no solution for this, yes? I have the same problem, and I will creating new post with the same problem