Troubleshooting

Team OS troubleshooting

Fix common Team OS setup and usage problems.

Use this section when Team OS setup or usage does not match the expected result.

Start by checking the hosted API:

Invoke-RestMethod -Uri "https://team.example.com/v1/health" -Method Get

Expected response:

{
  "ok": true,
  "backend": "postgres"
}

Troubleshooting path

Problem areaPage
Company roles, Team access, login, clients, or grantsLogin and grants
Memory import, review, or searchMemory and search
File syncSync troubleshooting
API or database healthAPI and database health
Workspace GitHub backupWorkspace backup
Local test database lockLocal PGLite lock

Next: Login and grants

On this page