Fernando Salcedo
Results
2
comments of
Fernando Salcedo
This should fix it: https://stackoverflow.com/questions/73040090/nextjs-middleware-does-not-seem-to-be-triggered Also, you're gonna have to change the redirect url from relative to an absolute path : https://nextjs.org/docs/messages/middleware-relative-urls {root}/middleware.ts ``` import { NextResponse } from "next/server";...
Has anyone found a way of solving this using Next.js?