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 GetExpected response:
{
"ok": true,
"backend": "postgres"
}Troubleshooting path
| Problem area | Page |
|---|---|
| Company roles, Team access, login, clients, or grants | Login and grants |
| Memory import, review, or search | Memory and search |
| File sync | Sync troubleshooting |
| API or database health | API and database health |
| Workspace GitHub backup | Workspace backup |
| Local test database lock | Local PGLite lock |
Next: Login and grants
