-
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. |
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
-
A hacky workaround for this would be to disable the timeout feature on puppeteer. Perhaps we can start by testing this out . |
Beta Was this translation helpful? Give feedback.
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?