fix: normalize the rawPath without locale before attempting to asserting the 404 page #391
Annotations
3 errors and 10 warnings
validate:
examples/pages-router/next.config.js#L5
Replace `'en',·'nl'` with `"en",·"nl"`
|
validate:
examples/pages-router/next.config.js#L6
Replace `'en'` with `"en"`
|
validate
Process completed with exit code 1.
|
validate:
example/components/layout.js#L6
'name' is assigned a value but never used. Allowed unused vars must match /^_/u
|
validate:
examples/app-pages-router/app/api/client/route.ts#L3
'request' is defined but never used. Allowed unused args must match /^_/u
|
validate:
examples/app-pages-router/app/parallel/layout.tsx#L7
'children' is defined but never used. Allowed unused args must match /^_/u
|
validate:
examples/app-pages-router/middleware.ts#L17
Add the missing "else" clause
|
validate:
examples/app-router/app/api/client/route.ts#L3
'request' is defined but never used. Allowed unused args must match /^_/u
|
validate:
examples/app-router/app/api/sse/route.ts#L6
'request' is defined but never used. Allowed unused args must match /^_/u
|
validate:
examples/app-router/app/parallel/layout.tsx#L7
'children' is defined but never used. Allowed unused args must match /^_/u
|
validate:
examples/app-router/middleware.ts#L16
Add the missing "else" clause
|
validate:
examples/shared/api/index.ts#L17
'key' is defined but never used. Allowed unused args must match /^_/u
|
validate:
packages/open-next/src/adapters/cache.ts#L285
Add the missing "else" clause
|