Herman Dhillon
Results
2
comments of
Herman Dhillon
I ran into a similar issue when upgrading our company's app from next 13.4.12 pages router to 15.3.3 pages router . But our issue was somewhat related to our NGINX...
@paigekim29 Before the fix My matcher config looked like this: ```javascript export const config = { matcher: ["/", "/((?!_next/static|_next/image|images/|api/|favicon.ico|robots.txt).*)"], }; ``` This basically acts as a reverse matcher and ignores...