My initial log message was from UI, though locally i get the same error. 1) wrangler login again had

My initial log message was from UI, though locally i get the same error.
1) wrangler login again hadn't helped 2) API Token in profile has Edit rights for containers (see image)
3) rm -rf ~/.config/.wrangler and wrangler login hadn't helped either

Locally i get following stacktrace in logs
--- 2025-07-02T15:27:25.870Z error
✘ [ERROR] Unauthorized


---

--- 2025-07-02T15:27:25.872Z debug
Error: Unauthorized
    at buildAndMaybePush (/home/vagrant/Code/hello-containers/node_modules/wrangler/wrangler-dist/cli.js:60995:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async maybeBuildContainer (/home/vagrant/Code/hello-containers/node_modules/wrangler/wrangler-dist/cli.js:62544:15)
    at async deployContainers (/home/vagrant/Code/hello-containers/node_modules/wrangler/wrangler-dist/cli.js:62593:19)
    at async deploy (/home/vagrant/Code/hello-containers/node_modules/wrangler/wrangler-dist/cli.js:152723:5)
    at async Object.handler (/home/vagrant/Code/hello-containers/node_modules/wrangler/wrangler-dist/cli.js:81967:66)
    at async Object.handler (/home/vagrant/Code/hello-containers/node_modules/wrangler/wrangler-dist/cli.js:78772:7)
---
image.png
Was this page helpful?