Skip to content

Troubleshooting

When something goes wrong, start by identifying which service is affected, then check the relevant logs.

Identify the service

Problem areaServiceLogs to check
API errors, data not saving, 500 errorsapiplane-api
License activation or validation errorsmonitorplane-monitor
GitHub, GitLab, Slack integrations, imports not workingsiloplane-silo
SSL errors, 502/504 errors, routing issuesproxyplane-proxy
File uploads or attachments failingminioplane-minio
Plane AI not working, AI chat errorspiplane-pi
UI not loading, blank screens, page errorswebplane-web
Public pages or published views not workingspaceplane-space
Instance settingsadminplane-admin
Imports stuck, notifications delayed, file processing issuesworkerplane-worker
Scheduled tasks or reminders not runningbeatplane-beat
Upgrade failures, database schema errorsmigratorplane-migrator
Real-time sync, live cursors, or presence not workingliveplane-live
Intake Email not workingintakeplane-intake
Search not returning resultsopensearchplane-opensearch

See View logs for commands to access logs in Docker deployments.

Reporting issues to support

When contacting support, include:

  • Container logs for the affected service (see table above)
  • Browser Network logs (open DevTools → Network tab → reproduce the issue → export as HAR file)

This helps us diagnose the problem faster.

Common issues