Dashboard, logs, and data browser
Convex dashboard shows tables, function logs, and deployment health when prod misbehaves.
Difficulty 2/5
Plain English
When a user says 'it doesn't save', open logs for the mutation name, reproduce, read the error. Data browser shows actual rows — faster than guessing.
Analogy
Security camera + inventory screen for your backend.
Agentify CRM
convex logs --prod; filter by function name.
Go deeper
Logs + table view.
Common mistakes
- Only staring at browser console.
- Testing against wrong deployment.
AI-agent trap
Inventing log lines without convex logs output.
Summary
CLI convex logs mirrors dashboard.
Confidence: