daniel_klungo
CDCloudflare Developers
•Created by daniel_klungo on 6/13/2024 in #workers-help
monorepo with multiple workers - does each one need a separate worker registry?
I'm running multiple workers at once, and getting the following error:
✘ [ERROR] failed to start worker registry Error: listen EADDRINUSE: address already in use 127.0.0.1:6284
Should I set the (undocumented) WRANGLER_WORKER_REGISTRY_PORT
env var for each of them, or is it nothing to worry about? 🙂51 replies
CDCloudflare Developers
•Created by daniel_klungo on 7/7/2023 in #general-help
I'm getting `ERROR 9519` - and I can't find anything about this on the Internet >_<
It's from Image Resizing, yet the error can't be found here: https://developers.cloudflare.com/images/image-resizing/troubleshooting/
5 replies
CDCloudflare Developers
•Created by daniel_klungo on 7/7/2023 in #workers-help
Image Resizing using a Worker in dev, fetching original image from R2 preview bucket
Is this even possible?
5 replies
CDCloudflare Developers
•Created by daniel_klungo on 7/7/2023 in #general-help
Is there a way to disable the `/cdn-cgi/image/` route?
I want to have Image Resizing enabled solely via a CF Worker, and not have it available on the cdn-cgi route
11 replies
CDCloudflare Developers
•Created by daniel_klungo on 5/24/2023 in #pages-help
Content-Type for some files are randomly missing
Hey! Deploying a pretty standard site on Pages, and files randomly are served without a correct Content-Type, making the application fail. Earlier today the entire
index.html
was served as plain text, and now there's a JS file missing it's type7 replies
CDCloudflare Developers
•Created by daniel_klungo on 2/14/2023 in #workers-help
Requests from Heroku to Worker with Custom Domain simply doesn't work
Hi! For some reason, requests we make from our node.js server on Heroku to any worker we have that uses a custom domain... doesn't work. requests simply fail, with no useful errors. if we use the workers.dev URL it works perfectly, but custom domains do not
18 replies