Debugging failed Lambda renders
General debugging strategy
1 Reproduce a render via the npx remotion lambda render command.
- Use
--propsto pass in a JSON file with the same input props as the render you want to debug. - Use--log=verboseto get detailed debugging information.
2 Wait for the render to fully time out or throw an error.
3 Read the error message carefully and use the log links that were
printed.
