You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: self-hosting/govern/integrations/github.mdx
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,3 +256,54 @@ To configure GitHub integration, you'll need to create a GitHub App within your
256
256
8. Once you've created the app, [activate the GitHub Enterprise integration in Plane](https://docs.plane.so/integrations/github?edition=github-enterprise#connect-github-organization).
This error usually occurs when the callback URL is not correctly configured or the GitHub App is not marked public. To fix this, follow the below steps.
289
+
290
+
1. Check if the callback URL is correctly configured.
Error: Application secret value not found for key: x-github-id
296
+
</div>
297
+
298
+
This error usually occurs when the application secret is not correctly configured. To fix this, follow the below steps.
299
+
300
+
1. Delete the `plane_app_details_github` key from redis cache. ```del plane_app_details_github```.
301
+
2. Set the `SILO_BASE_URL` in env with plane self hosted url and restart the api server. ```export SILO_BASE_URL=https://<your-domain>```
302
+
3. Run this command in api server shell `python manage.py reset_marketplace_app_secrets` to reset the application secrets.
303
+
4. Try to connect again to the organization account to Plane.
304
+
305
+
### Github integration suddenly stopped working after a while
306
+
307
+
This error usually occurs when the GitHub integration is not correctly configured. To fix this, follow the below steps.
308
+
309
+
1. Make sure you've `opted out` of Server Token expiration and reconnect once again to the organization account to Plane. Check in Github App Settings > Optional Features
0 commit comments