License is invalid
Error: Your license is invalid or already in use.
-
This issue usually occurs when your server has trouble connecting to ours to verify the license. Try running
prime-cli restart
, and it should resolve the problem. - If you migrated Plane to a new server without first delinking the license key from the old server, this error might happen. In that case, please reach out to the support team to have the license key delinked. For future reference, if you need to reinstall Plane or move to another server, 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. Here’s how you can troubleshoot it:
- Confirm that your Plane instance is running the latest version.
- If it’s not up-to-date, update to the latest version.
Payment server is not configured
Error: Payment server is not configured
This usually occurs when the environment confiuration is incorrect. The Env variable payment_server_url
is missing in the setup. In this case, follow the below steps.
- Backup the
plane.env
file. See this. - Run
prime-cli repair
to allow Prime CLI to attempt automatic fixes to theplane.env
file. - Try activating your workspace with the license key.
- If needed, you can configure the instance in God mode or adjust the environment variables directly in the new plane.env file.