-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation Timeout Exceeded: 30000ms exceeded #395
Comments
Hard to tell do you use built-in server or external? Can you post reproducible example? |
I use the build in server and very basic setup from the readme. Only the index.js is edited to hydrate and thats it. |
First time I see this error. This is not the same error as #240. If you would post example, I can run it. If it would work on my machine then the problem is in your machine. The server for some reason doesn't work |
The server is starting, because i see some console.log messages from my CRA: $ react-snap |
When i use headless = false then it boots and i see it is crashing at an user form: Is it possible to give some kind of sitemap to react-snap? I dont need my login page to snapped. |
After fixing all autocomplete suggestions puppeteer does not crash anymore :) |
Where do you find the auto-complete suggestions? |
Same Problem |
same problem |
1 similar comment
same problem |
same problem with |
same problem |
1 similar comment
same problem |
No matter what i try, 1.23.0 or 1.10.0. I always get this error:
Am i doing something wrong?
error at / { TimeoutError: Navigation Timeout Exceeded: 30000ms exceeded
at Promise.then (/Users/alexvdvegt/Sites/DirectBasing/Core/direct-basing/webapp/node_modules/puppeteer/lib/LifecycleWatcher.js:142:21)
at
-- ASYNC --
at Frame. (/Users/alexvdvegt/Sites/DirectBasing/Core/direct-basing/webapp/node_modules/puppeteer/lib/helper.js:111:15)
at Page.goto (/Users/alexvdvegt/Sites/DirectBasing/Core/direct-basing/webapp/node_modules/puppeteer/lib/Page.js:629:49)
at Page. (/Users/alexvdvegt/Sites/DirectBasing/Core/direct-basing/webapp/node_modules/puppeteer/lib/helper.js:112:23)
at fetchPage (/Users/alexvdvegt/Sites/DirectBasing/Core/direct-basing/webapp/node_modules/react-snap/src/puppeteer_utils.js:232:22)
at
at process._tickCallback (internal/process/next_tick.js:189:7) name: 'TimeoutError' }
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: