@@ -9,28 +9,28 @@ When something goes wrong, start by identifying which service is affected, then
99
1010## Identify the service
1111
12- | Problem area | Service | Logs to check |
13- | --------------| ---------| ---------------|
14- | UI not loading, blank screens, page errors | web | ` plane-web ` |
15- | Public pages or published views not working | space | ` plane-space ` |
16- | Instance settings or billing issues | admin | ` plane-admin ` |
17- | API errors, data not saving, 500 errors | api | ` plane-api ` |
18- | Imports stuck, notifications delayed, file processing issues | worker | ` plane-worker ` |
19- | Scheduled tasks or reminders not running | beat | ` plane-beat ` |
20- | Upgrade failures, database schema errors | migrator | ` plane-migrator ` |
21- | SSL errors, 502/504 errors, routing issues | proxy | ` plane-proxy ` |
22- | Real-time sync, live cursors, or presence not working | live | ` plane-live ` |
23- | License activation or validation errors | monitor | ` plane-monitor ` |
24- | GitHub, GitLab, or Slack integration issues | silo | ` plane-silo ` |
25- | Email-to-work-item not working | intake | ` plane-intake ` |
26- | File uploads or attachments failing | minio | ` plane-minio ` |
27- | Search not returning results | opensearch | ` plane-opensearch ` |
12+ | Problem area | Service | Logs to check |
13+ | ------------------------------------------------------------ | ---------- | ------------------ |
14+ | UI not loading, blank screens, page errors | web | ` plane-web ` |
15+ | Public pages or published views not working | space | ` plane-space ` |
16+ | Instance settings or billing issues | admin | ` plane-admin ` |
17+ | API errors, data not saving, 500 errors | api | ` plane-api ` |
18+ | Imports stuck, notifications delayed, file processing issues | worker | ` plane-worker ` |
19+ | Scheduled tasks or reminders not running | beat | ` plane-beat ` |
20+ | Upgrade failures, database schema errors | migrator | ` plane-migrator ` |
21+ | SSL errors, 502/504 errors, routing issues | proxy | ` plane-proxy ` |
22+ | Real-time sync, live cursors, or presence not working | live | ` plane-live ` |
23+ | License activation or validation errors | monitor | ` plane-monitor ` |
24+ | GitHub, GitLab, or Slack integration issues | silo | ` plane-silo ` |
25+ | Email-to-work-item not working | intake | ` plane-intake ` |
26+ | File uploads or attachments failing | minio | ` plane-minio ` |
27+ | Search not returning results | opensearch | ` plane-opensearch ` |
2828
2929See [ View logs] ( /self-hosting/manage/view-logs ) for commands to access logs in Docker deployments.
3030
3131## Common issues
3232
33- - [ Installation errors] ( /self-hosting/troubleshooting /installation-errors )
34- - [ License errors] ( /self-hosting/troubleshooting /license-errors )
35- - [ CLI errors] ( /self-hosting/troubleshooting /cli-errors )
36- - [ Storage errors] ( /self-hosting/troubleshooting /storage-errors )
33+ - [ Installation errors] ( /self-hosting/troubleshoot /installation-errors )
34+ - [ License errors] ( /self-hosting/troubleshoot /license-errors )
35+ - [ CLI errors] ( /self-hosting/troubleshoot /cli-errors )
36+ - [ Storage errors] ( /self-hosting/troubleshoot /storage-errors )
0 commit comments