Hi, I'm experiencing a strange issue with multiple Vercel deployments. When I access my deployments normally, I get:
404: NOT_FOUNDCode: RESOURCE_NOT_FOUNDResponse headers:
X-Vercel-Error: RESOURCE_NOT_FOUNDX-Vercel-Id: fra1::...Example deployment:
https://streamify-player.vercel.appWhat's confusing is that:
-
The deployments are healthy and deployed successfully.
-
The exact same URLs load correctly when I connect through a VPN.
-
This affects multiple Vercel deployments, not just one project.
-
DNS resolution works correctly.
-
Ping works normally.
-
curl -Ireturns the sameRESOURCE_NOT_FOUNDresponse when not using a VPN. -
The projects are Next.js applications.
Example curl output:
HTTP/1.1 404 Not FoundX-Vercel-Error: RESOURCE_NOT_FOUNDX-Vercel-Id: fra1::dgzrv-1780462390502-16decc05915eit was fine for the past week but Because multiple deployments are affected and everything works through a VPN, I'm wondering if this could be related to regional routing, edge network behavior, ISP issues, or a hostname mapping problem on a specific edge region because someone from the same region (iran) tried and got the same error code.