kin.ts
kin.ts3y ago

help me

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

Did you find this page helpful?