I have created a new react app using "create-react-app" and used
"HTTPS=true npm start"
to change to https. I had a simple page that says hello world, but the page would constantly refresh on iOS with Safari on my local host.
What could be causing that issue?