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 dashboard API redirect handling and scope wrangler config
- api.ts: add redirect:'manual' to all Worker fetch calls so that
Cloudflare Access login redirects (302) surface as HTTP errors
instead of silently returning HTML that breaks JSON.parse
- Add dashboard/wrangler.toml so the adapter-cloudflare dev server
stops walking up to the root wrangler.jsonc (which was injecting
the Worker's WORKER_URL env var into the dashboard process)
- Update .gitignore to cover .dev.vars; update .env.example to
document both Vite (.env) and wrangler (.dev.vars) dev patterns
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments