How are you calling the container? Sounds like your Worker code is throwing the error before the req
How are you calling the container? Sounds like your Worker code is throwing the error before the request makes it to the container.
(request id: undefined): Internal Server Error the exact error you're getting?Error rolling out application <app> due to an internal error (request id: undefined): Internal Server Errora03fcf42-2bed-4ce5-92d6-cdecb864ac94scheduled on a cron interval (in case that is relevant). thanks!
ctx.container is always undefined. Thanks!When you use Containers, incoming requests to your containers are handled by your Worker, and each container has its own Durable Object. You are billed for your usage of both Workers and Durable Objects.
∷ 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) ✗ (request id: undefined): Internal Server ErrorError rolling out application <app> due to an internal error (request id: undefined): Internal Server Errora03fcf42-2bed-4ce5-92d6-cdecb864ac94ctx.container