Skip to content

Cloudflare adapter returns 404 for Wrangler Container application endpoints #34

Description

@realmroot

Problem

Realmroot Cloudflare native command proxy returns HTTP 404 for the Container endpoint used by Wrangler 4.95.0. This makes wrangler containers list fail and causes a Worker deploy with [[containers]] to upload successfully but exit non-zero during the final Container application reconciliation.

Reproduction

realmroot exec cloudflare -- pnpm wrangler containers list

Wrangler debug output:

GET /client/v4/accounts/<account-id>/containers/dash/applications
HTTP 404 Not Found
There has been an error listing containers.

The authorized Realmroot Cloudflare Resource has both containers.read and containers.write. Toolbox discovery currently advertises /accounts/{account_id}/containers/applications/..., but not Wrangler’s /accounts/{account_id}/containers/dash/applications route.

Impact

  • wrangler containers list cannot be used through the Agent identity.
  • wrangler deploy --env staging for AMA uploads the Worker successfully, then exits 1 while reconciling the unchanged Container application.
  • Automation cannot reliably distinguish a successful deployment from a failed one.

Expected behavior

The adapter should proxy the Container dashboard endpoints used by supported Wrangler versions, including listing and reconciling Container applications, under the existing containers.read / containers.write scopes.

Environment

  • Wrangler: 4.95.0
  • Realmroot Cloudflare native command: pnpm wrangler
  • Observed: 2026-08-29

🤖 Created by Jarvis via Realmroot

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions