paulc
CDCloudflare Developers
•Created by rishabh on 2/20/2025 in #workers-help
Cannot login using cloudflare link
What is the provided link?
3 replies
CDCloudflare Developers
•Created by Santho on 2/20/2025 in #workers-help
Cant Preview Worker using queue in Pages functions
@Santho to my knowledge Queues don't work locally yet. Would suggest setting up a stage or dev version of your worker and Queue, then testing it remotely. I know it's a pain - been using that workaround for months.
3 replies
CDCloudflare Developers
•Created by Lambs on 12/11/2024 in #workers-help
Browser Rendering 503 after onboarding tutorial
I'm also seeing a similar message in one of my workers - "Unable to create new browser: code: 503: message: Service Temporarily Unavailable".
7 replies
CDCloudflare Developers
•Created by LeanKhan on 8/19/2024 in #workers-help
CF Worker Puppeeter: Cannot read properties of undefined (reading 'fetch')
Would suggest adding a kv binding to your wrangler.toml, uncomment the lines of code in your fetch handler, and test to see if you get the same error.
3 replies
CDCloudflare Developers
•Created by f8 on 5/31/2024 in #workers-help
I am trying to test locally getting a file from R2 bucket which i added via dashboard
👋 @Walshy I'm running into a similar timeout issue that @f8 mentioned above. I'm running browser rendering to scrape pdfs. Running wrangler dev locally ($ npm run dev -- --remote -e stage --test-scheduled) and triggering scheduled event with $ curl "http://localhost:8787/__scheduled", once the worker execution time hits around 80 seconds, it starts executing all over again as if the curl was called again - but it wasn't called again. Is this by design in workers?
52 replies