I’ve searched the forum but cant seem to find anything has anyone run the chai tests on this and had them keep looping infinitely? It causes the project tests to time out and the chai tests to fail.
Not really, but Replit has decided it would be great if the server just kept restarting when it crashes (it does give up at some point) which makes it harder to debug the code.
You might just be seeing a crash/restart loop.
If you use the --watch
flag or use nodemon it should stop after the crash and wait for a code change before restarting the server again.
Yup i think youre right thats what is happening everytime i look at the errors it restarts and starts scrolling.