Closed noman-land closed 2 years ago
This appears to have been happening because I still had an account_id
in my wrangler.toml
file even though it is no longer necessary. This was the cryptic error that was happening as a result. I've resolved this by removing that property from the config.
I am having this issue and I never had an account_id
in my wrangler.toml
- and when running the command it prompts me to select an account
What version of
Wrangler
are you using?2.1.13
What operating system are you using?
macOS 12.6
Describe the Bug
Most
npx wrangler
commands are returning a variation of the error:For example
npx wrangler dev --env qa
returns:Also, GitHub deploy actions are erroring with similar errors.
npx wrangler whoami
shows me:I've tried logging out and back in as well as rotating the Global API Key.