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

SymptomCheck logs for
"Can't save record"403 — access rule mismatch
OAuth redirect failsOAuth callback errors
Hook not firingMissing route or deploy error
AI endpoint errorsV2 Cloud AI proxy failures