|
| 1 | +--- |
| 2 | +title: Troubleshooting |
| 3 | +description: Diagnose and resolve issues with your self-hosted Plane instance. |
| 4 | +keywords: plane troubleshooting, self-hosted errors, docker logs, plane integration issues, plane debug |
| 5 | +--- |
| 6 | + |
| 7 | +# Troubleshooting |
| 8 | + |
| 9 | +When something goes wrong, start by identifying which service is affected, then check the relevant logs. |
| 10 | + |
| 11 | +## Identify the service |
| 12 | + |
| 13 | +| Problem area | Service | Logs to check | |
| 14 | +| ------------------------------------------------------------ | ---------- | ------------------ | |
| 15 | +| API errors, data not saving, 500 errors | api | `plane-api` | |
| 16 | +| License activation or validation errors | monitor | `plane-monitor` | |
| 17 | +| GitHub, GitLab, Slack integrations, imports not working | silo | `plane-silo` | |
| 18 | +| SSL errors, 502/504 errors, routing issues | proxy | `plane-proxy` | |
| 19 | +| File uploads or attachments failing | minio | `plane-minio` | |
| 20 | +| Plane AI not working, AI chat errors | pi | `plane-pi` | |
| 21 | +| UI not loading, blank screens, page errors | web | `plane-web` | |
| 22 | +| Public pages or published views not working | space | `plane-space` | |
| 23 | +| Instance settings | admin | `plane-admin` | |
| 24 | +| Imports stuck, notifications delayed, file processing issues | worker | `plane-worker` | |
| 25 | +| Scheduled tasks or reminders not running | beat | `plane-beat` | |
| 26 | +| Upgrade failures, database schema errors | migrator | `plane-migrator` | |
| 27 | +| Real-time sync, live cursors, or presence not working | live | `plane-live` | |
| 28 | +| Intake Email not working | intake | `plane-intake` | |
| 29 | +| Search not returning results | opensearch | `plane-opensearch` | |
| 30 | + |
| 31 | +See [View logs](/self-hosting/manage/view-logs) for commands to access logs in Docker deployments. |
| 32 | + |
| 33 | +## Reporting issues to support |
| 34 | + |
| 35 | +When [contacting support](https://docs.plane.so/support/get-help), include: |
| 36 | + |
| 37 | +- **Container logs** for the affected service (see table above) |
| 38 | +- **Browser Network logs** (open DevTools → Network tab → reproduce the issue → export as HAR file) |
| 39 | + |
| 40 | +This helps us diagnose the problem faster. |
| 41 | + |
| 42 | +## Common issues |
| 43 | + |
| 44 | +- [Installation errors](/self-hosting/troubleshoot/installation-errors) |
| 45 | +- [License errors](/self-hosting/troubleshoot/license-errors) |
| 46 | +- [CLI errors](/self-hosting/troubleshoot/cli-errors) |
| 47 | +- [Storage errors](/self-hosting/troubleshoot/storage-errors) |
0 commit comments