Description
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
- Go package.json
- Go to scripts start
- 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.
Activity
lPadier commentedon Jan 7, 2020
This was fixed by #8079 but no release has been cut yet. This is a dupe of #8254