Logs
Inspect PocketBase request logs and debug backend issues.
The Logs section shows request logs from your PocketBase instance — essential for debugging auth failures, rule denials, and hook errors.
Log entries
Each entry typically includes:
- Timestamp
- HTTP method and path
- Status code
- Duration
- Auth context (if any)
Filtering
Use time range filters and search to narrow down:
- Failed login attempts (401/403)
- Hook exceptions (500)
- Slow queries
Common debugging flows
| Symptom | Check logs for |
|---|---|
| "Can't save record" | 403 — access rule mismatch |
| OAuth redirect fails | OAuth callback errors |
| Hook not firing | Missing route or deploy error |
| AI endpoint errors | V2 Cloud AI proxy failures |
