Advanced Node and Express - Announce New Users

Tell us what’s happening:

Hi!
I was running tests by cloning GitHub repos, executing them locally, and setting http://localhost:3000/ in the box. It worked until a couple of weeks ago, but now no test passes and I get:

// tests completed
// console output
[TypeError: Failed to fetch]
[TypeError: Failed to fetch]

My environment:

  • Node.js v20.17.0,
  • npm 10.8.2
  • UserAgent (Chrome): Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36.

Any ideas? Thanks!

###Your project link(s)

solution: https://localhost:3000

Your browser information:

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

Challenge Information:

Advanced Node and Express - Announce New Users

check the browser console for more detailed info
it’s impossible to reproduce or diagnose anything without more infos, like your code