What versions & operating system are you using?
github actions: npm install -g wrangler
Please provide a link to a minimal reproduction
Describe the Bug
The command wrangler whoami prints:
To see token permissions visit https://dash.cloudflare.com/$accountId/api-tokens.
I clicked on it (in a github actions output) and got a 404 because of the trailing ..
Suggestion is to remove the trailing . in that output.
Please provide any relevant error logs
No response
What versions & operating system are you using?
github actions:
npm install -g wranglerPlease provide a link to a minimal reproduction
Describe the Bug
The command
wrangler whoamiprints:To see token permissions visit https://dash.cloudflare.com/$accountId/api-tokens.
I clicked on it (in a github actions output) and got a 404 because of the trailing
..Suggestion is to remove the trailing
.in that output.Please provide any relevant error logs
No response