-
Notifications
You must be signed in to change notification settings - Fork 392
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
WebGL context cannot be created #392
Comments
I guess there is an issue with puppeteer and headless chrome. Maybe this one https://stackoverflow.com/a/48063721/1190041? |
Hmm, okay! Thanks for the link. What a shame, maybe that is fixed in a later version (since I'm using |
I have not much insights than this. You may post issue in puppeteer repo |
I'm wondering if I can use some sort of environment variable to stop it from entering the WebGL codepath when running |
|
This did the trick! Thanks very much. Not sure if the bug should be closed because the error still happens, but maybe it's a Puppeteer issue. Might be handy to document it in the README perhaps? |
Bug Report
Note I'm using
v1.10.0
because I kept getting #240My
react-scripts
isv2.1.8
Current Behavior
THREE.WebGLRenderer: Error creating WebGL context.
Reproducible demo
here
Expected behavior/code
react-snap
should build the static site without errorPossible Solution
Use
react-snapshot
which works without error, but it isn't really supported anymore it seems.Additional context/Screenshots
The text was updated successfully, but these errors were encountered: