Next.js Discord

Discord Forum

Next.js 13 Middleware: Redirect to Not Found 404 Page?

Unanswered
Grass carp posted this in #help-forum
Open in Discord
Grass carpOP
In middleware.ts, doing some subdomain routing check and want to return a Not Found Page based on subdomain.

What I have tried:
1. Calling notFound(), doesn't work in middleware.
2. Calling NextResponse with rewrite or redirect actually needs a url. I don't want to host any of these Not Found pages on a route.

1 Reply