1

I have problem with react-create-app, I can't access page via http://localhost:3000 when I try to run chrome/firefox on this address I'm redirected to https and I see ERR_SSL_PROTOCOL_ERROR error, but everything is working fine when I'm using ip like http://192.168.1.30:3000/ - I'm not auto redirected to https, and app is working fine.

Also I notice that when I'll desible cache in devtools, refresh page and go to http://localhost:3000 there will be no auto redirect and it will work until I close browser - but it's workaround not permanent solution.

Me env:

  • node: v14.16.0
  • npm: 6.14.11
2
  • try stackoverflow.com/questions/44574399/… Commented Mar 28, 2021 at 11:56
  • sure, I can use https but it's not solving my issue, that every new app will required to use https Commented Mar 29, 2021 at 6:36

1 Answer 1

0

I had this same issue and clearing my cache in dev tools solved it. I was already running through https though so I'm not sure if that changes anything

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.