Next.js Discord

Discord Forum

Vercel Firewall Issue

Unanswered
Spinone Italiano posted this in #help-forum
Open in Discord
Spinone ItalianoOP
If i access my app thru my domain, i get a 403.
I'm not even sure if this is from cloudflare or vercel. All the cloudflare stuff is disabled (as per vercel docs say).

7 Replies

Spinone ItalianoOP
I've also added a few firewall rules.
What's funny is the fact that using the .vercel.app domain works, but not my own.
@Spinone Italiano If i access my app thru my domain, i get a 403. I'm not even sure if this is from cloudflare or vercel. All the cloudflare stuff is disabled (as per vercel docs say).
Northern Cardinal
Hey, I had the same problem last week.
Cloudflare’s Bot Fight Mode was the problem. You can just disable it temporarily until there’s a better fix.
On cloudflare dashboard -> Security -> Settings and disable Bot Fight mode.

Another extreme solution is to disable cloudflare's proxy on your domain
one of my rate limit role was cause disabling it fixed it
even tho it doesn’t make sense since i shoulda got a 429 and not a 403
Northern Cardinal
Glad you found a fix ! Looks like vercel rejects some external calls from what i've seen