Redirects doesn't work

Hello, I have a problem that I know might be very common. I have deployed a few apps in the past and they all worked fine, but now i’m trying to deploy a new one with vue3 and vite and _redirects doesn’t seem to be working. I have the redirects file in a public folder so is its accessible in the builded folder, but for some reason it doesn’t seem to be working once deployed.

my app is https://watch-together-front.netlify.app, if I go to Group Watch it catches the route and goes to the error page, but if I go to Group Watch, it seems the route is not redirected to index.html

Does anyone know what might be wrong? I can’t think of anything

My code in case is helpful

The error in the console

In the end I was able to fix it, I needed to set the base in vite config to “/”, sorry for the inconveniences

No inconvenience was experienced by our team :slight_smile: Thank you so much for taking the time to let us (and future explorers) know the solution you arrived at!