Route 404 when visiting protected routes (when deployed only)
if I visit
/
I get no problem, but when I try to visit /dashboard
that use a beforeLoad
, I get 404, thi happens to me on vercel.
(I'm using vite+react)
0 Replies