Worker hanging up during request?

cloudflare worker is getting hung up on a fetch i make again, not sure why.
async knock(){
console.log("knocking...");
let test = await Database.get("twitch_app_token");
console.log("Q_lock");
}
async knock(){
console.log("knocking...");
let test = await Database.get("twitch_app_token");
console.log("Q_lock");
}
I get the first console log of "knocking" and then nothing executes after. I just changed the Database.get("twitch_app_token") from what it was to that because i make this call earlier and i wanted to verify that it wasn't the db call that was causing the issue
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?