Basic Node and Express - Chain Middleware to Create a Time Server

Tell us what’s happening:

I have added the middleware and followed the instructions yet the tests timeout every time. If I try locally, the code is working. My guess is I am not implementing the delay properly.
Any suggestions? :pray:

Your project link(s)

solution: freeCodeCamp-BasicNodeAndExpress - Replit

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Basic Node and Express - Chain Middleware to Create a Time Server

Link to the challenge:

I don’t think if you need to apply any delay before you send the response in the chained middleware function .

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