Skip to content

set HTTPS=true&&react scripts start disables auto reloading on save changes #8271

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

Closed
saandre15 opened this issue Jan 2, 2020 · 1 comment

Comments

@saandre15
Copy link

Describe the bug

Setting HTTPS to true in the start scripts automatically disables react auto-reloading on Firefox. Haven't tested this on other browsers.

Did you try recovering your dependencies?

6.10.2

Which terms did you search for in User Guide?

(Write your answer here if relevant.)

Environment

Environment Info:

System:
OS: Windows 10 10.0.17763
CPU: (4) x64 Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz
Binaries:
Node: 10.15.1 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 6.10.2 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: 44.17763.1.0
Internet Explorer: 11.0.17763.1
npmPackages:
react: ^16.9.0 => 16.9.0
react-dom: ^16.9.0 => 16.9.0
react-scripts: ^3.3.0 => 3.3.0
npmGlobalPackages:
create-react-app: Not Found

Steps to reproduce

  1. Go package.json
  2. Go to scripts start
  3. Replace with set HTTPS=true&&react-scripts start

Expected behavior

Saving a changed file should auto-reload application on HTTPS

Actual behavior

The react app loads in HTTPS however auto-reloading on save doesn't works.

Reproducible demo

Just create-react-app and change the react-scripts start to set HTTPS=true&&react-scripts start and test it on Firefox and other browsers.

@lPadier
Copy link

lPadier commented Jan 7, 2020

This was fixed by #8079 but no release has been cut yet. This is a dupe of #8254

@lock lock bot locked and limited conversation to collaborators Jan 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants