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