Hi, I have managed to get some Pages working, but when I try to create any Worker - be it template or manually created from the tutorial, I always get an error when running wrangler dev
Error while creating remote dev session: ParseError: A request to the Cloudflare API (/accounts/xxx/workers/subdomain/edge-preview) failed
...
notes: [ { text: 'Authentication error [code: 10000]' } ],
I’ve never managed to get a Worker working. Any ideas?
Hi! Could you explain in more detail how you solved it, please? I’ve tried generating a token there and providing it to wrangler1 with the wrangler config command but that didn’t help. On wrangler2, I keep getting this 10000 error every time I run wrangler dev