Javascript – Class constructor NextResponse cannot be invoked without 'new' | Next.js middleware | Role base protected routes in next.js |
I am making user role base protected routes in next.js in middleware.js but suddenly started getting this. Not sure why this happening if you guys have better way to implement that please let me know. Here is how I am…