Create-react-app: CRA v3.3.0 Developing over HTTPS fails to connect to the development server's web socket

Created on 22 Jan 2020  路  3Comments  路  Source: facebook/create-react-app

When running the latest version of CRA on https the websocket that connects to the development server breaks. This issue is related to and was previously fixed on issue #8079. The commit was merged into the master branch, but the latest release of CRA(3.3.0) does not contain these latest changes that will fix the issue for developers working on https locally.

Here is the current issue
Screen Shot 2020-01-22 at 1 45 47 PM

Here is the fix #8079 which has not yet been release in the latest version.
Screen Shot 2020-01-22 at 1 43 19 PM

The sooner a new release with those changes can come out, that would help the community a lot since there are probably other developers having this issue with the latest version of CRA.

bug report needs triage

Most helpful comment

Not having this feature pushed, cripples my CI/CD in development. I can push production builds as I can manually modify the package before building, but can't push to development until this is fixed. Please expedite.

All 3 comments

Not having this feature pushed, cripples my CI/CD in development. I can push production builds as I can manually modify the package before building, but can't push to development until this is fixed. Please expedite.

The same release discussed here #8237

Releasing in the next couple hours.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Aranir picture Aranir  路  3Comments

Evan-GK picture Evan-GK  路  3Comments

barcher picture barcher  路  3Comments

onelson picture onelson  路  3Comments

alleroux picture alleroux  路  3Comments