CanRau
Explore posts from serversCDCloudflare Developers
•Created by CanRau on 12/12/2024 in #workers-help
Uncaught ReferenceError: MessageChannel is not defined
Updating different (unrelated) dependencies causes this. At least some seem to be related to React19 (which itself also causes this 🥲
I'm not sure it's directly CF related tho it only happens on
wrangler deploy
and only after building etc 🤔
Update: nodejs_compat
is already enabled in my wrangler.toml23 replies
CDCloudflare Developers
•Created by CanRau on 4/22/2024 in #workers-help
Move route from 1 worker to another without downtime?
I have a running Worker with a route which proxies basically the whole domain, now I'm starting to use Environments and want to leave the naming to wrangler etc so it's creating a new Worker with
-production
appended, also want this to have deploys be more explicit -e production
so wouldn't want the top-level to be production config.
Though when trying to deploy it's complaining about another Worker already using that route.
One alternative that just came to mind is renaming the existing worker instead 🤔2 replies