Exercise Tracker all tests timeout

So I created this project without using the boilerplate code & it has worked perfectly on my local environment and I think it should pass all the tests. However, when I upload it to glitch, the live app doesn’t work and all the tests say that they timed out. What am I doing wrong?
https://enormous-intriguing-entree.glitch.me/

Hello~!

The purpose of the boilerplate code is partly to set up the necessary access for the test script to “see” your project. Without the boilerplate code, the connection from the tests to your project gets rejected and the tests time out.

2 Likes