Skip to content

Auth token expiration blocks all commands — no auto-reauth flow #214

Description

@vsilent

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

  1. Login: stacker login
  2. Wait for token to expire (or use an old token)
  3. Run any command: stacker status, stacker deploy, etc.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions