o0th
CDCloudflare Developers
•Created by o0th on 4/22/2024 in #workers-help
✘ [ERROR] Error on remote worker: TypeError: fetch failed
While running
wrangler dev
with the flag --remote
I'm getting this error:
Running the same on linux everything fine. This is Apple M2 Pro with macOS 14.4.1 (23E224)1 replies
CDCloudflare Developers
•Created by o0th on 7/19/2023 in #workers-help
waitUntil illigal invocation
I was planning to use waitUntil, but as soon it runs the worker die with this error:
wrangler version 3.2.0 and 3.3.0. In this example I'm just running a resolve, running anything else the promise will run but the worker will die anyway
am I doing something wrong?
3 replies
CDCloudflare Developers
•Created by o0th on 2/15/2023 in #workers-help
worker routes in wrangler.toml
I'm having troubles understanding how routes works
This works
This doesn't work
✘ [ERROR] Could not find zone for assetscdn
This doesn't work Route pattern may only contain wildcards at the beginning of the hostname and the end of the path: <domain>/*/assetscdn/*
This doesn't works ✘ [ERROR] Invalid URL
This work
Is there an implementation difference or I'm missing something?9 replies