werz0xff
TTCTheo's Typesafe Cult
•Created by werz0xff on 9/20/2023 in #questions
Vercel responding with 405 for a api route
the api path is correct, i think vercel thinks of it as a static route
23 replies
TTCTheo's Typesafe Cult
•Created by werz0xff on 9/11/2023 in #questions
Nextjs middleware being ignored
Hey, this is driving me crazy, using next, why I'm not being redirected to "/pending" by the middleware when pushed to "/dashboard" from a different (login) route using useRouter push
login.tsx
route
root middlware middleware.ts
6 replies