wip: add support for https with draft mode #1842
Annotations
7 errors
Setup tests
next#build: command (/home/runner/work/next.js/next.js/packages/next) /opt/hostedtoolcache/node/20.13.1/x64/bin/pnpm run build exited (1)
|
Setup tests
Property 'experimentalHttpsServer' is missing in type '{}' but required in type '{ path?: string | undefined; experimentalHttpsServer: boolean; }'.
|
Setup tests
Argument of type '__ApiPreviewProps & { trustHostHeader?: boolean | undefined; allowedRevalidateHeaderKeys?: string[] | undefined; hostname?: string | undefined; revalidate?: RevalidateFn | undefined; } & { ...; }' is not assignable to parameter of type '{ enable: boolean; experimentalHttpsServer: boolean; previewModeId?: string | undefined; }'.
|
Setup tests
Argument of type '__ApiPreviewProps & { trustHostHeader?: boolean | undefined; allowedRevalidateHeaderKeys?: string[] | undefined; hostname?: string | undefined; revalidate?: RevalidateFn | undefined; } & { ...; }' is not assignable to parameter of type '{ maxAge?: number | undefined; path?: string | undefined; experimentalHttpsServer: boolean; } & __ApiPreviewProps'.
|
Setup tests
Argument of type '{ path?: string | undefined; }' is not assignable to parameter of type '{ path?: string | undefined; experimentalHttpsServer: boolean; }'.
|
Setup tests
Property 'experimentalHttpsServer' is missing in type '{ readonly headers: ReadonlyHeaders; readonly cookies: ReadonlyRequestCookies; readonly mutableCookies: ResponseCookies; readonly draftMode: DraftModeProvider; reactLoadableManifest: { ...; }; assetPrefix: string; }' but required in type 'RequestStore'.
|
Setup tests
Process completed with exit code 1.
|
Loading