Back End Development and APIs Projects - URL Shortener Microservice

Tell us what’s happening:

The third test is not passing, no matter what I do. I tried every git repo and every chatbot’s code too

###Your project link(s)

githubLink: GitHub - nirmal-sqshft/timestamp

solution: http://localhost:3000

Your browser information:

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

Challenge Information:

Back End Development and APIs Projects - URL Shortener Microservice

your repo looks like it is missing a lot of files that were given to you for this exercise.
Can you try to clone the exercise’s repo and update the code and try again?
If you’re still having problems, post a link to the repo that includes all the code (including the ones given to you)

updated the repo. pls check my code

i see this error in the console when I test your code:

dom-test-evaluator.js:2 Error: redirected is not implemented yet
    at o (dom-test-evaluator.js:2:64933)
    at get redirected (dom-test-evaluator.js:2:65501)
    at eval (eval at #a (dom-test-evaluator.js:2:256783), <anonymous>:21:13)
    at async #a (dom-test-evaluator.js:2:256777)
    at async DOMTestEvaluator.handleMessage (dom-test-evaluator.js:2:257285)
#a @ dom-test-evaluator.js:2

to me, this looks like an issue in the fcc side.
I would say to open a github issue for it but I don’t think it will get fixed given the actual course is old and not being maintained as far as I am aware.

i just opened an issue on github regarding the exact problem

Same here, the test is failing even if my app is working correctly.
My browser console shows the same error; it is the same one shown in the file metadata project, still failing.
Will the team fix these errors by any chance?
Thanks
Marco

As mentioned in an earlier comment, the backend course is archived and therefore unlikely to receive fixes.

the team is focusing on the new material for the new backend course