makeplane / makeplane/plane

GITHUB integration error

Open
#8,100 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
59.6k
Forks
5.8k
Avg merge
1d 22h
Merged PRs (30d)
49

Description

I followed up the github application setup and entered the values in the .env file, restarted. Now the github configure button appears but clicking does not do anything Below are the silo logs

 1[MISSING_ENV_FILE] missing .env file (/app/.env)                                                                                                                                                                                                                          │
│ A[MISSING_ENV_FILE] https://github.com/dotenvx/dotenvx/issues/484                                                                                                                                                                                                          │
│ #[dotenvx@1.49.0] injecting env (0)                                                                                                                                                                                                                                        │
│ t{"level":"info","message":"Silo started serving on port 3000, 🦊🦊🦊","timestamp":"2025-11-11 18:25:15:2515"}                                                                                                                                                             │
│ �{"level":"info","message":"GET /silo/api/github/auth/organization-status/bab41f66-1e8e-44f8-9593-1e6626a89e74 304 2707ms","meta":{"res":{"statusCode":304},"responseTime":2707},"timestamp":"2025-11-11 18:29:51:2951"}                                                   │
│ �{"level":"info","message":"GET /silo/api/supported-integrations/ 304 0ms","meta":{"res":{"statusCode":304},"responseTime":0},"timestamp":"2025-11-11 18:29:56:2956"}                                                                                                      │
│ �{"level":"info","message":"GET /silo/api/apps/bab41f66-1e8e-44f8-9593-1e6626a89e74/enabled-integrations/ 304 760ms","meta":{"res":{"statusCode":304},"responseTime":760},"timestamp":"2025-11-11 18:29:56:2956"}                                                          │
│ �{"level":"info","message":"GET /silo/api/github/auth/organization-status/bab41f66-1e8e-44f8-9593-1e6626a89e74 304 343ms","meta":{"res":{"statusCode":304},"responseTime":343},"timestamp":"2025-11-11 18:29:57:2957"}                                                     │
│ �{"level":"info","message":"GET /silo/api/apps/bab41f66-1e8e-44f8-9593-1e6626a89e74/enabled-integrations/ 304 817ms","meta":{"res":{"statusCode":304},"responseTime":817},"timestamp":"2025-11-11 18:29:57:2957"}                                                          │
│ �{"level":"info","message":"GET /silo/api/supported-integrations/ 304 1ms","meta":{"res":{"statusCode":304},"responseTime":1},"timestamp":"2025-11-11 18:29:58:2958"}                                                                                                      │
│ �{"level":"info","message":"Executing query: SELECT * FROM application_secrets WHERE key = $1 and deleted_at is null","params":["x-github-id"],"timestamp":"2025-11-11 18:30:01:301"}                                                                                      │
│ z{"error":{},"level":"error","message":"Error getting plane app details for GITHUB","timestamp":"2025-11-11 18:30:01:301"}                                                                                                                                                 │
│ �{"level":"error","message":"[SILo] Error processing response: Error: Application secret value not found for key: x-github-id","timestamp":"2025-11-11 18:30:01:301"}                                                                                                      │
│ �{"level":"info","message":"GET /silo/api/github/plane-app-details 500 42ms","meta":{"res":{"statusCode":500},"responseTime":42},"timestamp":"2025-11-11 18:30:01:301"}                                                                                                    │
│ �{"level":"info","message":"GET /silo/api/github/auth/organization-status/bab41f66-1e8e-44f8-9593-1e6626a89e74 304 150ms","meta":{"res":{"statusCode":304},"responseTime":150},"timestamp":"2025-11-11 18:33:57:3357"}                                                     │
│ �{"level":"info","message":"GET /silo/api/supported-integrations/ 304 1ms","meta":{"res":{"statusCode":304},"responseTime":1},"timestamp":"2025-11-11 18:34:12:3412"}                                                                                                      │
│ �{"level":"info","message":"GET /silo/api/apps/bab41f66-1e8e-44f8-9593-1e6626a89e74/enabled-integrations/ 304 838ms","meta":{"res":{"statusCode":304},"responseTime":838},"timestamp":"2025-11-11 18:34:12:3412"}                                                          │
│ �{"level":"info","message":"GET /silo/api/github/auth/organization-status/bab41f66-1e8e-44f8-9593-1e6626a89e74 304 136ms","meta":{"res":{"statusCode":304},"responseTime":136},"timestamp":"2025-11-11 18:34:12:3412"}                                                     │
│ �{"level":"info","message":"Executing query: SELECT * FROM application_secrets WHERE key = $1 and deleted_at is null","params":["x-github-id"],"timestamp":"2025-11-11 18:34:32:3432"}                                                                                     │
│ {{"error":{},"level":"error","message":"Error getting plane app details for GITHUB","timestamp":"2025-11-11 18:34:32:3432"}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the /silo/api/github/plane-app-details request and its application_secrets lookup for x-github-id, using the logged 500 response as the initial failure point. Confirm the GitHub configuration flow handles this failure and that clicking Configure produces a successful response; the issue names no source files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
github, typescript
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.