Ismael Trevino

Results 2 comments of Ismael Trevino

Hey @sunny0183, I had the same issue, after struggling for a bit I realized that the domain redirect was the issue. You must point your ```www.yourdomain.com``` to ```yourdomain.com``` and add...

@shawnmclean Perhaps someone else will elaborate better, here's a general idea of how to do it: ``` middleware.ts export async function middleware(req: NextRequest) { const url = req.nextUrl; const hostname...