NextResponse.redirect() issue
Unanswered
nikhilmahara posted this in #help-forum
i have a middleware file inside my src directory along with app directory level. the middleware function is running and condition is ok as well(since i am seeing the console log before the redirect line) but the line where i performed redirect is not working ? anything i am doing wrong?