Current Behavior
- Website https://mommagrapes.com works fine on:
-
macOS (Chrome, Safari)
-
Windows (Chrome, Edge)
-
Android devices (Chrome)
-
The same site shows only a blank screen on:
-
iPhone (tested on iPhone 12 Pro Max, iPhone XS)
-
iPad
-
Tried with Safari and Chrome → both fail.
-
Expected Behavior
Website should load the same on iOS Safari/Chrome as it does on Android/desktop.
Steps to Reproduce
-
Open Safari or Chrome on any iOS device.
-
Go to https://mommagrapes.com.
-
Observe → blank screen.
What I’ve Tried
-
Cleared cache/cookies (Safari & Chrome).
-
Reset iPhone DNS / switched to Google DNS (8.8.8.8).
-
Toggled airplane mode / restarted devices.
-
Tested in Incognito mode.
-
Friends in Canada & US reproduced same issue on iPhones.
-
SSL certificates on Vercel show as valid (wildcard, root, www).
-
DNS records now correctly point to:
-
A @ → 76.76.21.21
-
CNAME www → mommagrapes.com
-
Project Information
-
Framework: React (Vite)
-
Hosting: Vercel
-
Custom domain: mommagrapes.com purchased via Hostinger, nameservers pointing to Vercel.
Extra Info: SSL Labs Test
I also ran SSL Labs against mommagrapes.com. Both IPs (216.198.79.65, 64.29.17.1) returned A+ scores. That confirms:
-
The SSL certificate and chain are valid and properly trusted
-
TLS versions supported are fine for iOS
-
No certificate or cipher mismatch
So the issue does not appear to be with SSL/TLS itself, but possibly with how traffic is routed or how the app is served on iOS Safari/Chrome.



