Our site is using 2 redirects in a toml file. They were working for several months and now suddenly they are no longer being detected by the netlify build. Nothing related to redirects have changed in recent history so it is unclear why this is now broken. Our site is in a sub directory web-application
and at the same time the redirects stopped working I was forced to update the publish directory from web-application\publish
to simply publish
so maybe this is somehow related to the mono-repo updates??? (total shot in the dark).
We have been forced to pause our production app from being published until this is resolved. Maybe we should be using the redirects file instead of the toml file.
Here is a link to the toml file:
https://github.com/SaladTechnologies/salad-applications/blob/master/netlify.toml
Build where redirect worked:
Build where redirect stopped working:
Thanks for the help!
Daniel