Next.js Discord

Discord Forum

How do you redirect to a route.ts?

Unanswered
Sun bear posted this in #help-forum
Open in Discord
Sun bearOP
I have this route.ts that handles a bunch of checks.
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 500s

Error: Cannot find module '/var/task/.next/server/app/(contentLayout)/(loggedIn)/home/route.js'

1 Reply