_redirects is not working...
Hi, this is driving me crazy. I'm hosting an Angular app. I set up the _redirects file to redirect legacy routes to new ones and the file is correctly parsed (see the screenshot). But when I make a request using postman (<project>.pages.dev) to make sure the redirect is working properly on server-level, nothing happens, it continues to serve the index.html and I receive a HTTP 200 instead of 301.
Anything I did wrong? Also, I'm not using Functions in this project.
1 Reply
Postman request