Troubleshooting
// Troubleshootingsymptom-first
Symptom-first diagnosis for the failure modes that show up during local development. Match what you see, then jump to the matching page.
Most FlowLayer incidents during development come from one of these areas:
- config loading and validation
- dependency planning
- readiness gating
- session connectivity and auth
- log retrieval expectations
Start from the page that matches what you see:
Fast Triage Sequence
Section titled “Fast Triage Sequence”- Confirm the server is up and reachable from your client.
- Confirm token and session target are correct.
- Validate config before deeper runtime assumptions.
- Identify the first failing or blocked dependency node.
- Use logs to decide between restart action and config fix.
If the issue is still unclear, collect these before asking for help:
- exact server command
- exact client command
- first error line from server output
- whether Session API is enabled (
-sorsession.bind) - whether auth failures are
401or403