We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting HTTPS to true in the start scripts automatically disables react auto-reloading on Firefox. Haven't tested this on other browsers.
6.10.2
(Write your answer here if relevant.)
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
Saving a changed file should auto-reload application on HTTPS
The react app loads in HTTPS however auto-reloading on save doesn't works.
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.
The text was updated successfully, but these errors were encountered:
This was fixed by #8079 but no release has been cut yet. This is a dupe of #8254
Sorry, something went wrong.
No branches or pull requests
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
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.
The text was updated successfully, but these errors were encountered: