Error - Page timeouts
Learn how to fix errors related to page timeouts in Percy
Page timeouts occur when your page remains in the loading state for more than 30 seconds during the asset discovery phase.
Try these solutions to resolve this error:
Solution 1:
Try setting the PERCY_PAGE_LOAD_TIMEOUT
env variable to 60000. For more information, refer to the Set environment variables page.
Solution 2:
If you are running Percy inside a CI environment, try increasing the CI resource where the Percy CLI is running.
Solution 3:
- Check network logs for any particular asset that is taking time to load. This could be causing the issue. SVGs and video content generally take longer time than usual to resolve.
- If these assets are causing the issue, consider using the
domTransformation
option to allow Percy to remove these assets from the DOM when the page is rendered. Learn more on DOM transformation.
Reference Topic
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!