kin.ts
kin.ts2y ago

help me

how do i get the contents of the html, i tried this, but its not logging
2 Replies
KyleJune
KyleJune2y ago
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
Unknown User2y ago
Message Not Public
Sign In & Join Server To View