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