How to fix timeout error
Opened this issue · 3 comments
Deleted user commented
After running my app the following error shows:
"UnhandledPromiseRejectionWarning: TimeoutError: Navigation timeout of 10000 ms exceeded"
I have also tried out by installing puppeteer and overwriting the default "timeout: 10000" through this way:
"page.setDefaultNavigationTimeout(0);"
but nothing happens. this error still persists. How to fix that?
fsuaterdogan commented
Did you fix?
jrayga commented
adedejiibrahim7 commented
Adjusting the timeout value did not fix this.