nex
nex
Explore posts from servers
CDCloudflare Developers
Created by nex on 8/18/2023 in #general-help
Unable to open live chat
I mentioned this in the ticket, but after clicking on the "Request a chat" button, this error pops up in the console: 73ce9299ff6bafa1f007.js:37 Chat widget wasn't found?
6 replies
CDCloudflare Developers
Created by nex on 8/18/2023 in #general-help
Unable to open live chat
I'm on Business
6 replies
CDCloudflare Developers
Created by nex on 8/18/2023 in #general-help
Unable to open live chat
I've opened a ticket for this, the ID is #2901715 🙂
6 replies
CDCloudflare Developers
Created by nex on 2/8/2023 in #workers-help
Hitting memory limits again?
thanks @kiannh ❤️
21 replies
CDCloudflare Developers
Created by nex on 2/8/2023 in #workers-help
Hitting memory limits again?
that seemed to have worked
21 replies
CDCloudflare Developers
Created by nex on 2/8/2023 in #workers-help
Hitting memory limits again?
there's no clone calls, and only one call to tee()
21 replies
CDCloudflare Developers
Created by nex on 2/8/2023 in #workers-help
Hitting memory limits again?
do you think the await could be the issue in the above snippet on line 12? thinking of this:
To fix this issue, remove unnecessary calls to Request/Response.clone() and ReadableStream.tee(), and always read clones/tees in parallel.
21 replies
CDCloudflare Developers
Created by nex on 2/8/2023 in #workers-help
Hitting memory limits again?
that's before the time where we started to use workers for this
21 replies
CDCloudflare Developers
Created by nex on 2/8/2023 in #workers-help
Hitting memory limits again?
I guess this is a new change with workers? this never used to happen until today-ish
21 replies
CDCloudflare Developers
Created by nex on 2/8/2023 in #workers-help
Hitting memory limits again?
Error while putting <key> into R2: TypeError: ReadableStream.tee() buffer limit exceeded. This error usually occurs when a Request or Response with a large body is cloned, then only one of the clones is read, forcing the Workers runtime to buffer the entire body in memory. To fix this issue, remove unnecessary calls to Request/Response.clone() and ReadableStream.tee(), and always read clones/tees in parallel.
Error while putting <key> into R2: TypeError: ReadableStream.tee() buffer limit exceeded. This error usually occurs when a Request or Response with a large body is cloned, then only one of the clones is read, forcing the Workers runtime to buffer the entire body in memory. To fix this issue, remove unnecessary calls to Request/Response.clone() and ReadableStream.tee(), and always read clones/tees in parallel.
21 replies
CDCloudflare Developers
Created by nex on 2/8/2023 in #workers-help
Hitting memory limits again?
we have to use a little hack where we reverse proxy the source of the files using nginx so that workers can pull from it (port restrictions)
21 replies
CDCloudflare Developers
Created by nex on 2/8/2023 in #workers-help
Hitting memory limits again?
I'll look into that now
21 replies
CDCloudflare Developers
Created by nex on 2/8/2023 in #workers-help
Hitting memory limits again?
I didn't know about that, but that's an incredibly useful tip
21 replies