Skip to content

Instantly share code, notes, and snippets.

@joshuabaker
Last active March 14, 2024 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuabaker/1bcd36a4047c824662663142a23f0f75 to your computer and use it in GitHub Desktop.
Save joshuabaker/1bcd36a4047c824662663142a23f0f75 to your computer and use it in GitHub Desktop.

How to fix Cloudflare Worker unregister on macOS

[ERROR] Failed to unregister worker TypeError: fetch failed

I noticed that, from time to time, Wrangler worker instances get stuck and cannot be unregistered. Use the following command to force unregister.

kill -9 $(lsof -ti:6284)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment