I cannot access any websites hosted in Vercel from my PC. I’ve tried all the tests that I can come up with. I’ve combined VPN, different browsers (webkit, chromium, firefox, etc.)… I thought maybe my ISP was banned, but no, it works just fine in my other devices. Not my IP, because VPN doesn’t do the trick. Also, my Mac works just fine.
The websites load all blank. No errors, no network calls. Nothing.
Weirdest part, if I ping the IP it’s all good, and if I go to vercel.com itself, it’s working just fine. But, if I go to cursor.com for example, which is hosted in Vercel, it won’t work. Neither will any other. If I ping the domain directly, it works aswell.
My guess is I’m blocked on a hardware level by Vercel’s CDN service for whatever reason? I do zero weird activity on this computer, so I would be surprised. But I really can’t think of anything else now.
Anyway, I have a bunch of websites hosted in Vercel and I cannot test production lmao, anyone has had this issue before? I cannot find a lot about it online.
I also tried turning my firewall off, didn’t work either.
All browsers are failing. If I go to the networks tab, there’s not even a content fetch. However, if I call websites from postman, I get the normal response.
Here I’m running everything in the same variables, except for the OS. The right is an Ubuntu distro using WSL, while the left is just windows. So I think it’s gotta do with Windows (as usual…)
I finally solved it. There was something corrupt affecting my session.
I ran sfc /scannow as admin and it did the trick. I have no clue why, but something there was messing with the specific combination of using any browser on this Windows session.