I’ve deployed a project on Vercel that has been working fine for months. Recently, however, users on mobile devices (Wi-Fi and cellular) have started seeing “Connection Timed Out” or “This site can’t be reached” errors. The site works fine on desktop browsers (both Mac and Windows), but it cannot be accessed on mobile devices (Android and iOS, different networks, VPN, etc.).
I’ve already tried:
Clearing cache and cookies on mobile browsers.
Using different networks and devices.
Checking my deployment logs – no errors reported.
Additionally, users cannot add the PWA app on their mobile devices.
I suspect there might be an issue with caching, SSL, or a CDN misconfiguration. I’m on the Hobby plan, so I can’t open a direct support case with Vercel.
Is anyone else experiencing this? Any ideas on what to check next, or if there’s a known issue with Vercel’s Edge Network for mobile traffic?
Hey @shatishagilan-6125. If you share the site URL here, then we can all dig into the network details to help you debug. But I have a few ideas to share if you’d prefer to solve it on your own
PWA Configuration
Verify your manifest.json file is properly configured and accessible
Check that your service worker isn’t causing conflicts on mobile
Ensure HTTPS is working correctly (PWAs require secure contexts)
Vercel-Specific Checks
Check your vercel.json configuration for any mobile-specific headers or redirects
Verify that firewall rules aren’t preventing mobile access
Try redeploying to see if it resolves the issue
Browser Tools
Use browser dev tools on mobile (like Chrome DevTools via USB debugging for Android)
I was able to visit the site without any errors on mobile browsers. And you mentioned that it works for you with VPN. That makes me think there may be a network issue preventing access. Possibly with a specific service provider. We have a guide with tips to help debug that: