Hi,
I have deployed a branch with some new redirects added to the netlify.toml file.
In the preview, the redirections (rewrites actually) are not applied.
I’ve tested the redirection locally with netlify dev
and it worked and in the deploy summary of my branch, i see that the count of redirect rules is right.
The redirect rules looks like this:
[[redirects]]
from = "/whatever/something/*"
to = "/whatever/:splat?q1=something&q2=somethingelse"
status = 200
Am i missing something?
Thanks in advance.