I’ve been stuck for 3 days on the Issue Tracker project. My code shows “All 14 functional tests are complete and passing”, but I can’t proceed.
Here’s my Replit: Issue-Tracker - Replit
Any guidance? Thanks!
I’ve been stuck for 3 days on the Issue Tracker project. My code shows “All 14 functional tests are complete and passing”, but I can’t proceed.
Here’s my Replit: Issue-Tracker - Replit
Any guidance? Thanks!
hi, and welcome to the forum.
I’m not sure what this project is about (there are many in fCC and the curriculum is ever-changing). Can you post a link to it to add more context to your original post? (you can edit it and add it in )
Perhaps also describe the problem a bit more? I’m having a hard time (maybe because the link is not here for me to find out what the project is) understanding your meaning when you say that you’ve been stuck but also that all tests are complete and passing?
Thanks for your help! The project is FCC’s Issue Tracker. When I run npm test, all 14 tests pass (including functional ones), but the suite behaves oddly—it opens browser previews showing “no internet connection” errors, even though the tests technically succeed. My Replit works fine, but I’m unsure why the test environment acts this way. Any insight into why it’s happening or how to resolve it would be greatly appreciated!
Welcome to the forum @JuanEnzetti
Did you copy the sample.env file to .env?
Did you then remove the hash from the second line?
Here is a note from the imperial metric converter project. Not sure if it applies to the issue tracker.
Note: This project’s tests do not work when using
glitch.com.
Try using Gitpod.
Happy coding
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.