Skip to content

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

Closed
@saandre15

Description

@saandre15

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.

Activity

lPadier

lPadier commented on Jan 7, 2020

@lPadier

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

locked and limited conversation to collaborators on Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @lPadier@saandre15

        Issue actions

          set HTTPS=true&&react scripts start disables auto reloading on save changes · Issue #8271 · facebook/create-react-app