Glitch Log is Running More Hours

Glitch Log is Running More Hours

Proof:

image

Logs:

Any one Help me to fix this Logs are doing nothing even that Ball Icon is Rotating

Does your app listen on port 3000?

@jarvis394 No port 8888

Well, then try starting very basic app that only listens to port 3000 and that would solve an infinite loading:

require('express')().listen(3000)