Issue Tracker Example not working

I don’t know if this is a problem with the free code camp example or if I am doing something wrong.
I have been trying to figure out how the filtering works before I code it by testing it out on the freecodecamp project example but it doesnt seem to be working correctly.

I tried the following:

https://issue-tracker.freecodecamp.rocks/apitest?open=false

but it still returns both open and closed results. Isn’t it supposed to just show the closed ones?

Also when i use a ?open=false query in my url then console log the req query in the get call I just get an empty object am i typing somthing in wrong?

However, if you can provide more details about the specific issue you’re facing with the Issue Tracker example, I would be happy to try to help you troubleshoot and find a solution. Please describe the problem you’re encountering, any error messages you’re receiving, and provide relevant code or steps that can help me understand the context better.

With additional information, I’ll do my best to assist you in resolving the issue with the example.

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