The way I setup Plane Commercial Edition
On Ubuntu 24.04, and setup up docker according to Install Docker Engine on Ubuntu | Docker Docs . And follow strictly the official guideline here Docker Compose | Plane . And do all the setup and configuration via `prime-cli` command.
Problem Description
The instance setup successfully. However, when I try to import tasks and workflows from ClickUp with a valid Personal Access Token for Clickup API. it failed immediately with message `Invalid Personal Access Token`, when I trace logs of silo. the content of error log is described as below (there contains sensitive information, so I cannot directly paste here)
- Executing query: select * from application_secrets where key = $1 and deleted_at is null ; params = [“x-importer-id”]
- Error getting plane app details for IMPORTER
- [SILo] Error processing response: Error: application secret value not found for key: x-importer-id
- GET /silo/api/plane-app-details/IMPORTER 500 ; statusCode = 500
- GET /silo/api/supported-integrations/ ; statusCode = 200
- GET /silo/api/supported-integrations/ ; statusCode = 304
How to solve this problem?