Skip to main content

Documentation Index

Fetch the complete documentation index at: https://qovery-update-mcp-query.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This troubleshooting guide helps you resolve common issues you may encounter while using Qovery CLI. Use the sections below to find solutions quickly.

CLI Issues

Symptom: Your CLI command fails with a “Error: invalid character ’}’ after top-level value” error message.Common Causes: This message can occur when there is an error in your CLI authentication.Solutions:
1

Remove your current authentication context

Delete the file .qovery/context.json from your home directory.
2

Authenticate again

Use the qovery auth command to recreate your authentication context.
Symptom: Your CLI command fails with a “Error: 400 Bad Request” error message. If ran with the --verbose flag, the error message tells you “JSON parse error: Cannot coerce empty String”Common Causes: This message can occur when your CLI version is not up to date.Solutions:
1

Upgrade Qovery CLI

Use the qovery upgrade command to perform the upgrade of the CLI.