+ it dev nextjs redirect Next 13.4 Error: NEXT_REDIRECT in API routes My /app/api/auth/route.ts file: import { redirect } from 'next/navigation'; export async function GET(req: Request) { try { redirect('/dashboard'); } catch (error) { console.log(er... wono | tweet Add comment Do you want to delete? YesNo