When import Clickup Tasks by Personal Access Token, Silo error for `application secret value not found for key x-import-id`

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)

  1. Executing query: select * from application_secrets where key = $1 and deleted_at is null ; params = [“x-importer-id”]
  2. Error getting plane app details for IMPORTER
  3. [SILo] Error processing response: Error: application secret value not found for key: x-importer-id
  4. GET /silo/api/plane-app-details/IMPORTER 500 ; statusCode = 500
  5. GET /silo/api/supported-integrations/ ; statusCode = 200
  6. GET /silo/api/supported-integrations/ ; statusCode = 304

How to solve this problem?

Could you try running this command in the API container python manage.py reset_marketplace_app_secrets and then retry the import.