Redirect Issue in middleware.ts
Unanswered
Maxx posted this in #help-forum
MaxxOP
In middleware.ts when using NextResponse.redirect(new URL(/${example}, req.url)), it redirects correctly, but the browser URL does not change.
Does anyone know how to fix this issue? THANKS
Does anyone know how to fix this issue? THANKS
2 Replies
@Maxx In middleware.ts when using NextResponse.redirect(new URL(\/${example}, req.url)), it redirects correctly, but the browser URL does not change.
Does anyone know how to fix this issue? THANKS
i think it is a bug of the latest nextjs version. try downgrading nextjs
MaxxOP
downgrading from 14.2.3 -> 14.1 still has issue 🥲