|
I am seeing this intermittent error in the log and it fails the build. Do you think, we have a fix for it? Starting this discussion, if you want to get to a root-cause, welcome. When you have a fix, let's convert this one to an issue. |
Answered by
erayalkis
Apr 28, 2022
Replies: 2 comments 6 replies
|
It looks like puppeteer is having trouble navigating to the Movies route. Since this component makes an API call, maybe it leaves puppeteer hanging when an error occurs? |
0 replies
Answer selected by
atapas
|
A hacky workaround for this would be to disable the timeout feature on puppeteer. Perhaps we can start by testing this out . |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It looks like puppeteer is having trouble navigating to the Movies route. Since this component makes an API call, maybe it leaves puppeteer hanging when an error occurs?