Redirect does not work, results in "page not found"

Hi, @Narvey, I’m not seeing any redirects at all being active for that Netlify site. This can be confirmed in the deploy:

Quoting:

No redirect rules processed
This deploy did not include any redirect rules. Learn more about redirects.

It looks like this is because netlify.toml is named netlify.toaml. We won’t process the file unless it is named netlify.toml.

@gregraven, in your case did you have a base setting in your build stanza for the netlify.toml file where the redirect rule was not being processed?

If so, it might be the behavior described here: