Fine-tuning
Why am I getting "invalid id" errors when using firectl commands like create deployment or list deployments?
This error typically occurs when your account ID is not properly configured.
Common symptoms
- Error message:
invalid id: id must be at least 1 character long
- Affects multiple commands, including:
firectl create deployment
firectl list deployments
To resolve:
Steps to resolve
- Run
firectl whoami
to check which account id is being used. - Ensure the correct account ID is being used. If not, run
firectl signin
to sign-in to the right account.