What problem does it solve?
When running FuseBase apps locally with the fusebase dev start CLI, developers often waste time searching through scattered log outputs to find the root cause of frontend errors, backend failures, or broken API requests, with no clear guidance on which log file corresponds to which symptom.
Core Features & Use Cases
- Symptom-based log routing: Clear rules for which log file to inspect for common issues like browser console errors, backend startup failures, proxied API problems, and frontend dev server build errors.
- Cross-service log correlation: Guidance on linking browser errors to API request/response records and backend logs using shared request IDs to trace issues across the full stack.
- Pre-built troubleshooting runbook: A step-by-step guide for resolving common CORS and PostgreSQL Gate flow failures without modifying app code first.
Use case: For example, if a user sees a generic fetch error in the UI when testing a PostgreSQL-backed feature, this skill walks them through checking preflight logs, Gate token context, and store configuration in the correct order to identify the issue quickly.
Quick Start
Use the dev-debug-logs skill to find the root cause of a UI error you are seeing when running your FuseBase app locally with fusebase dev start.