I believe there is something wrong with the FCC projects on replit. I’ve completed my Stock Price Checker project locally and it works great, even passes all the tests on the submission page, but it was local. I cloned the boilerplate to Replit, copied over my code, and again it works great, all my Chai tests pass, but after the Chai tests run, the page hangs, all requests time out, and the frontend web page goes to a replit page saying:
# Hmm... We couldn't reach this Repl
## Make sure this Repl has a port open and is ready to receive HTTP traffic.
The app is still running, and didn’t generate any errors, just saying all tests passed. If I disable the tests, the page works fine, and I can send and receive requests, all functioning perfectly. Turn the tests back on, and it comes up, but as the tests finish running, the page switches to the replit error, and things hang. Troubleshooting on my end couldn’t find any issues, and nothing relevant on Replit I could find.
I decided to try some of my older projects that worked previously, and they now do the same thing. I tried Sudoku solver, metricimpconverter, mochachai, issue tracker, and each of those do the same thing now, come up, pass tests, then the page hangs with the replit page, although any zombie browser tests fail as the timeouts now prevent them from working.
Could someone else try some of there old FCC projects that have functional tests on Replit to see if the problem is not just on my end? Any ideas what might be the issue?