2 Replies
It's because it gets stuck on await serve. The setInterval call is never reached. Put it before your serve call.
Also if you are hosting that on deploy, I don't think the process would be kept alive by having an interval and a deployment can't make http requests to itself, you'll get a loop back error.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View