Redirects issues: our company’s export IP(HongKong) error hit the country=GB redirect.
netlify.toml config:
...
[[redirects]]
from = "/"
to = "/eu-en"
conditions = {Country=["DE"]}
status = 302
[[redirects]]
from = "/"
to = "/uk"
conditions = {Country=["GB"]}
status = 302
...
Hey @dtc-shady , we’ve taken a look at your redirects and it looks like you don’t have one for Hong Kong. Can you add a redirect for Hong Kong and let us know if that helps?
Hi Amelia,
We choose use 302 redirect course we don wanna browser to cache this redirect rules yet,
And will change to 301 redirect when this rules works good.
and now our redirect look work good, Our HK IP are not matched by the condition country=GB,
so its well done,
thank you, amelia.
We update it regularly, so that could have been what fixed things, but I’d be a bit surprised to hear that that IP “moved” lately. Anyway, am glad to hear that things work better now!