https://developers.cloudflare.com/workers/wrangler/commands/#using-wrangler-login-on-a-remote-machine outlines how to authenticate the Wrangler CLI when using a remote development environment (e.g. Codespaces).
However it doesn't seem to work. The original shell always puts out this error message at the end
Received query string parameter doesn't match the one sent! Possible malicious activity somewhere.
I've seen this on Gitpod, Codespaces, Stackblitz, and Codesandbox so far so I don't think it's specific to any of them.
Is there an alternative form of authentication that could be used in the meantime? I haven't gotten api key-based authentication to work either
https://developers.cloudflare.com/workers/wrangler/commands/#using-wrangler-login-on-a-remote-machine outlines how to authenticate the Wrangler CLI when using a remote development environment (e.g. Codespaces).
However it doesn't seem to work. The original shell always puts out this error message at the end
Received query string parameter doesn't match the one sent! Possible malicious activity somewhere.I've seen this on Gitpod, Codespaces, Stackblitz, and Codesandbox so far so I don't think it's specific to any of them.
Is there an alternative form of authentication that could be used in the meantime? I haven't gotten api key-based authentication to work either