Basic Node and express Challendges

Don’t understand why some of my basic node and express responses does not pass even if i have found the solution. I sometime try my solution on my machine and it work as expected, other time i look and solutions on hints and i found that my solution is correct but when i try to pass the challenge it always a failure

Your project link(s)

solution: https://replit.com/@toddbacc/boilerplate-express-2freecodecamp/echo

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0

Challenge: Get Route Parameter Input from the Client

Link to the challenge:

The code you have in this Replit is passing the challenge you linked to (and the next challenge).
https://replit.com/@ToddBacc/boilerplate-express-2

But you have placed your code inside index.js, I would suggest you move it to myApp.js to avoid any issues.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.