workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

Browser-Based Editor Compatibility

Open caass opened this issue 3 years ago • 1 comments
trafficstars

This is a meta-issue for tracking progress on getting wrangler working in browser-based editor sandboxes such as StackBlitz, CodeSandbox, GitHub Codespaces, etc.

  • [x] #863
  • [x] #862
  • [ ] #865
  • [x] #864

caass avatar Apr 29 '22 12:04 caass

I use a chromebook to develop using a DigitalOcean droplet, this bug affected me, CORS error, could not login. Good news, per one of the comments in one of these listed issues, I then did this:

npm install -g wrangler@beta

and it worked, authenticated

coding-to-music avatar Jun 03 '22 05:06 coding-to-music

Closing in favour of https://github.com/cloudflare/wrangler2/milestone/7

penalosa avatar Oct 06 '22 13:10 penalosa