I am trying to do the backend course that freeCodeCamp has in replit but each time I try to run the code I get this: The web page at replit.dev/__replco/devtools_wrapper.html?initialPath=%2F&id=%3Ar2c%3A might be temporarily down or it may have moved permanently to a new web address.
I have cloned the repo locally and done the same changes (set author name) and when I run it locally on port 3000, I get the expected screen it is supposed to show when running on Replit. I have done npm install and all that, but could there perhaps be some down time on replit’s side? Or am I still doing something wrong?