How do you redirect to a route.ts?
Unanswered
Sun bear posted this in #help-forum
Sun bearOP
I have this route.ts that handles a bunch of checks.
Its a
Now on production when i go directly to
Its a
/home route.Now on production when i go directly to
/home everything is find, but if I go to / and then call redirect(getUrlHome()); i get 500sError: Cannot find module '/var/task/.next/server/app/(contentLayout)/(loggedIn)/home/route.js'