License errors
This guide helps you resolve common issues encountered while activating the license key for a workspace. Each section includes potential causes and step-by-step solutions.
License is invalid
Error: Your license is invalid or already in use.
- This issue usually occurs when your server cannot connect to verify the
license. Try running
prime-cli restart
to resolve the problem. - If you migrated Plane to a new server without first delinking the license key from the old server, this error might occur. In that case, contact support to have the license key delinked. For future moves, follow this guide to ensure a smooth transition.
Something went wrong
Error: Something went wrong, please try again later
This error usually occurs when the license validation service is unavailable. Troubleshooting steps:
- Confirm your Plane instance is running the latest version.
- If not, update to the latest version.
Updating typically resolves this issue. If the problem persists, check your network connection and any firewall rules that might block access to the license validation service.
Payment server is not configured
Error: Payment server is not configured
This usually occurs when the environment configuration is incorrect. The
payment_server_url
environment variable is missing. To fix:
- Back up the
plane.env
file. See this guide. - Run
prime-cli repair
to let Prime CLI attempt automatic fixes to theplane.env
file. - Try activating your workspace with the license key.
- If needed, configure the instance in God mode or adjust the environment variables directly in the new
plane.env
file.