TrailingSlash using rewrite for a fetch call results on infinite loop #188
Annotations
8 errors and 10 warnings
packages/open-next/src/adapters/routing/matcher.ts#L179
Replace `'?'` with `"?"`
|
packages/open-next/src/adapters/routing/matcher.ts#L184
Replace `headersLocation[1]·?·`?${headersLocation[1]}`·:·''` with `⏎··········headersLocation[1]·?·`?${headersLocation[1]}`·:·""⏎········`
|
packages/open-next/src/adapters/routing/matcher.ts#L195
Replace `'?'` with `"?"`
|
packages/open-next/src/adapters/routing/matcher.ts#L200
Replace `headersLocation[1]·?·`?${headersLocation[1]}`·:·''` with `⏎··········headersLocation[1]·?·`?${headersLocation[1]}`·:·""⏎········`
|
packages/tests-e2e/tests/appRouter/trailing.test.ts#L13
Replace `/\/ssr\/\?happy=true$/` with `⏎····/\/ssr\/\?happy=true$/,⏎··`
|
packages/tests-e2e/tests/pagesRouter/trailing.test.ts#L13
Replace `/\/ssr\?happy=true$/` with `⏎····/\/ssr\?happy=true$/,⏎··`
|
|
|
example/components/layout.js#L6
'name' is assigned a value but never used. Allowed unused vars must match /^_/u
|
examples/app-pages-router/app/api/client/route.ts#L3
'request' is defined but never used. Allowed unused args must match /^_/u
|
examples/app-pages-router/app/parallel/layout.tsx#L7
'children' is defined but never used. Allowed unused args must match /^_/u
|
examples/app-pages-router/middleware.ts#L14
Add the missing "else" clause
|
examples/app-router/app/api/client/route.ts#L3
'request' is defined but never used. Allowed unused args must match /^_/u
|
examples/app-router/app/api/sse/route.ts#L6
'request' is defined but never used. Allowed unused args must match /^_/u
|
examples/app-router/app/parallel/layout.tsx#L7
'children' is defined but never used. Allowed unused args must match /^_/u
|
examples/app-router/middleware.ts#L14
Add the missing "else" clause
|
examples/pages-router/src/pages/index.tsx#L5
'inter' is assigned a value but never used. Allowed unused vars must match /^_/u
|
examples/shared/api/index.ts#L17
'key' is defined but never used. Allowed unused args must match /^_/u
|
The logs for this run have expired and are no longer available.
Loading