Description
When the Stacker auth token expires, all commands fail with:
Error: Authentication token expired. Run: stacker login
There's no auto-reauth flow or token refresh mechanism.
Affected Projects
activepieces, all cloud/server deploys after token expiry
Steps to Reproduce
- Login:
stacker login
- Wait for token to expire (or use an old token)
- Run any command:
stacker status, stacker deploy, etc.
- Command fails with auth error
Expected Behavior
- Auto-refresh token if possible
- Or prompt for re-login interactively
- Or provide a
stacker login --refresh command
Current Workaround
Manual stacker login before each session.
Environment
- Stacker CLI version: latest
Description
When the Stacker auth token expires, all commands fail with:
There's no auto-reauth flow or token refresh mechanism.
Affected Projects
activepieces, all cloud/server deploys after token expiry
Steps to Reproduce
stacker loginstacker status,stacker deploy, etc.Expected Behavior
stacker login --refreshcommandCurrent Workaround
Manual
stacker loginbefore each session.Environment