I’ve installed Plane as self hosted on AWS (prime-cli). I have a pro licence and now trying to get the integration to GitLab working (not Auth, just issue sync). I have set GITLAB_CLIENT_ID and GITLAB_CLIENT_SECRET in plane.env, but when i go to workspace->settings->integrations, no integrations show up other than “Apps: build your own”. So, i’m stuck. Any help?
Try running this command in the API container
python manage.py reset_marketplace_app_secrets
Ok, thanks! That worked.
But in the haste to fix this I de-linked my licence in the portal online, it hasn’t de-linked in my host though, and licence sync just errors out. How do I get back in sync with my licence?
Are you on Docker or Kubernetes?
Docker, AIO currently.
Try removing monitordb from the local path on the left side of the colon in your volume mount (-v /path/to/monitordb:/app/monitor) and then redeploy Plane. Reactivate the license after that.
Also, we’d strongly recommend migrating to Docker Compose for production use. The AIO image is simpler to get started for testing, but doesn’t scale as well.