paulc
paulc
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