-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
AssertionError in spdy-transport consistently causing failures while running in Chrome 69 #1491
Comments
@bdpartridge yep, please create minimum reproducible test repo, thanks! |
For those blocked by this, @misterfresh's quick, hacky fix described in this comment over on spdy-http2/spdy-transport#47 seems to have temporarily solved it for us: spdy-http2/spdy-transport#47 (comment) Not something I want to leave in the code base, but it at least lets us keep using our dev servers for the moment. (Thanks to @bdpartridge for the pointer/issue) |
@davidjoy, simply adding |
I also experienced this issue with the following config: Operating System: macOS Sierra (10.12.6) I am using the patch fix mentioned by @misterfresh with some additional logic until an official fix is released. |
Feel free to PR 👍 |
Thank you. That helps me.
|
Any way to do this from create-react-app without ejecting? |
Maybe we can use this as default property for |
Protocol config fix worked with the caveat that I also had to remove the |
VM51:2 Uncaught ReferenceError: process is not defined why this is happening |
See puppeteer/puppeteer#6622 (comment) changelog_begin - [Daml Assistant] The create-daml-app template now depends on a more recent version of puppeteer to ensure MacOS M1 support. See puppeteer/puppeteer#6622 (comment) This also requires a later version of react-scripts for compatibility with later Chrome versions, See webpack/webpack-dev-server#1491 changelog_end
Code
I'm not including our webpack config for now, but I can include a stripped-down version if it's really needed to reproduce the problem.
Expected Behavior
webpack-dev-server works like it did in Chrome <69, and like it continues to work in other browsers (like Firefox).
Actual Behavior
After several incremental recompiles, the process errors out due to an AssertionError in the spdy-transport library:
This only seems to happen in Chrome, and only started after upgrading to 69.0.3497.81 (Official Build) (64-bit).
For Bugs; How can we reproduce the behavior?
Might be related to spdy-http2/spdy-transport#47.
The text was updated successfully, but these errors were encountered: