Learn how to troubleshoot errors in Lindy, fix common workflow issues, resolve HTTP errors, and optimize automation performance
Code | Error | What it means |
---|---|---|
400 | Bad Request | The request was incorrect—double-check your input data |
401 | Unauthorized | Authentication is missing or incorrect |
403 | Forbidden | You don’t have permission to access this resource |
404 | Not Found | The requested resource doesn’t exist |
422 | Unprocessable Entity | Data format is invalid |
429 | Too Many Requests | You’ve hit a rate limit—try again later |
500 | Internal Server Error | Something went wrong on the external service’s end |
Prevention Strategies
Debugging Workflow
When to Get Help