Quality Assurance Projects - Issue Tracker

Tell us what’s happening:
I have finished the Issue Tracker challenge a couple days back but I still cannot pass the test: You can send a

GET

request to

/api/issues/{projectname}

and filter the request by also passing along any field and value as a URL query (ie.

/api/issues/{project}?open=false

). You can pass one or more field/value pairs at once. (Test timed out)

It keeps timing out but as far as I have checked (logging values along the way and checking the test hints at freeCodeCamp/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/issue-tracker.md at main · freeCodeCamp/freeCodeCamp (github.com)) works just fine. Is there a problem with the code or is it the connection?
Things I have tried:

  • run it on a different PC (same network)
  • VPN (with VPN there are actually MORE tests that time out)

Your project link(s)
boilerplate-project-issuetracker - Replit

solution: boilerplate-project-issuetracker - Replit

Your browser information:

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

Challenge: Quality Assurance Projects - Issue Tracker

Link to the challenge:

It might be because you are calling the connection function inside all the route handlers. I would suggest you connect once and then use the DB/Collection.

It worked! Thank you so much

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