Nextjs Middleware to redirect
Hi I want to redirect this route
/
to /dashboard
for that I created a middleware.ts
inside src
If I access /
now I get this error
What am I missing?4 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Also tried this without success in the config file
@dqbd going to try that
did not work i put the middleware.ts inside /src/pages right?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
still same issue, even if I log something in the middleware I get no response in my logs
think it works now, not sure if it was a cache issue, thanks 😄