@Melvin Reading the docs, it looks like it’s not working because the original file is still in the source location. The docs say to force the redirect in this situation.
I first tried using 300! which is what the docs you sent say. That didn’t work, so I tried what you wrote in your previous post, using force = true, and that appears to have worked.
Hi, @mjgs. Thank you for the follow-up and there is an explanation.
Forcing the redirect using the status code followed by an exclamation mark (like 301!) is the syntax for the file _redirects only. It doesn’t work in netlify.toml.
The solution (which you already stated above) is using force=true as that is the netlify.toml syntax.