You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve 'Failed to parse URL from /me' error in container dry-run deployments
Modified buildAndMaybePush to skip account loading and disk limit validation
in dry-run mode, maintaining the property that dry-run mode doesn't require
API access while still allowing container building to proceed.
fix: resolve "Failed to parse URL from /me" error in container dry-run deployments
6
+
7
+
Fixed an issue where `wrangler deploy --dry-run` with containers using local Dockerfiles would fail with "Failed to parse URL from /me" error. The fix modifies the `buildAndMaybePush` function to skip account loading and disk limit validation in dry-run mode, maintaining the property that dry-run mode doesn't require API access while still allowing container building to proceed.
0 commit comments