-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Run VIZZLY_TOKEN=vzt_3e... pnpm vizzly doctor: ✅ works
Run pnpm vizzly login then pnpm vizzly doctor: ❌ fails with
✖ API connectivity failed
Authentication error: Invalid or expired API token. Please run "vizzly login" to authenticate.. Please check your VIZZLY_TOKEN.
⚠ Preflight completed with issues.
The error is thrown here:
cli/src/services/api-service.js
Line 126 in 8d31bd5
| throw new AuthError( |
errorText is {"error":"Invalid API token format"} even though this.token is a valid JWT from ~/.vizzly/config.json
This also happens with vizzly run and vizzly tdd start --baseline-build
Metadata
Metadata
Assignees
Labels
No labels