Remix app not loading on Safari - DNS related?

hey there - my new site i just launched: derekdiscanio.com seems to not be loading for me in safari only. It also seems to work for some folks and not for others.

I feel it must be DNS related because when I visit the original fly.io URL, derekdiscanio-com-e148.fly.dev it works great.

I’m not seeing any console errors but any idea what might be going on?

Strange …

Sometimes when you get issues with one device working and not another, it can be to do with IPv4 / IPv4. Since modern devices will generally happily resolve IPv6 but older ones won’t. Do you have both a A record and a AAAA record set up for your custom domain?

If so, what error message do you see when you try your own domain?

Does it work when using curl? That can reveal a bit more about headers and whatnot. If you have curl, if you open a terminal window and try e.g curl -I https://your-site.com … what does that reveal? Should be a load of headers, hopefully returned from Fly! If not, the headers could show where the request actually is going.

Thanks, Greg- interestingly enough it does seem to work now. I did verify that I have the AAAA and A records set. and the curl test did give me back some headers from fly…

Do you have safari? Everything look good for you: derekdiscanio.com ?

appreciate the help!

1 Like

Fine here in Safari.

1 Like

Maybe just needed to give it more time to propagate? Weird. Anyway, glad all good.

Thanks all!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.