I build a new react app and build and deploy it on goDaddy.com. But it is not working on Safari in iOS & iPhone, but worked with Chrome. When I config SSL settings and turn HTTPS redirects, and the site gives me This error.
I searched all articles regarding this problem but they didn't work for me.
I already add this code line in the public/index.html
<base href="./" />
I already tried with <base href="/" /> but it didn't work for me too.
I'll appreciate any help.