Netlify.toml redirects not working

Absolutely no difference, they’re parsed and ‘read’ the same in our backend, FWIW :slight_smile:

[[redirects]]
  from = "/"
  to = "/booking"
  status = 301
  force = true
  query = {url = "bybarner.dk",id = "1184"}
  conditions = {Language = ["en"], Country = ["US"], Role = ["admin"]}
2 Likes