Troubleshooting
Developer API Problems
Fix failed API calls and developer automation runs.
| Symptom | Fix |
|---|---|
| 400 validation error | Compare request JSON with the endpoint schema. |
| 401 or 403 | Check auth, role, workspace, and token scope. |
| Run stuck processing | Check worker availability and Inngest event logs. |
| Repo task failed | Review task output, allowed tools, GitHub access, and dev branch status. |
| Preview not updated | Confirm the task pushed to the dev branch and Vercel deployed it. |