I want to block traffic from the USA but still allow Vercel to work, my current expression is this one:
(ip.src.country in {"RU" "SG"} and not cf.client.bot)
I had to remove “US” because Vercel wasn’t able to check the Domain configuration. Is there a way to reinstate US while allowing Vercel to work as expected?
The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for bonus points.
You can also use v0 to narrow down the possibilities.