I am trying to run a dev server and

I am trying to run a dev server and point wrangler to pull an image from cloudflare registry but run into an error - anyone know how to solve?

∷ Building container images for local development...
                                                                                                                                                                                                                                                  
error when starting dev server:
TypeError: Failed to parse URL from /registries/registry.cloudflare.com/credentials                                                                                                                                                                
    at node:internal/deps/undici/undici:13510:13                                                                                                                                                                                                   
    at async sendRequest (file:///home/azuev/polymer/node_modules/.pnpm/@cloudflare+vite-plugin@1.12.0_vite@7.1.3_@types+node@24.3.0_jiti@2.5.1_lightningcss@1._8b43f7dcedb891a211abe2294734dcbb/node_modules/@cloudflare/vite-plugin/dist/index.js:14260:10)                                                                                                                                                                                                                                         
    at async file:///home/azuev/polymer/node_modules/.pnpm/@cloudflare+vite-plugin@1.12.0_vite@7.1.3_@types+node@24.3.0_jiti@2.5.1_lightningcss@1._8b43f7dcedb891a211abe2294734dcbb/node_modules/@cloudflare/vite-plugin/dist/index.js:14320:26    
 ELIFECYCLE  Command failed with exit code 1.
➜  polymer git:(main) ✗ 

Curiously I have successfully built and pushed an image - so I am not sure what is the issue?
Was this page helpful?