Skip to content

feat: local with cookie session #831

feat: local with cookie session

feat: local with cookie session #831

Re-run triggered December 4, 2023 12:08
Status Failure
Total duration 1m 39s
Artifacts

ci.yaml

on: pull_request
test-module
22s
test-module
test-playground-local
1m 26s
test-playground-local
test-playground-refresh
1m 19s
test-playground-refresh
test-playground-authjs
1m 21s
test-playground-authjs
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test-module: src/module.ts#L59
Type 'undefined' is not assignable to type 'string'.
test-module: src/module.ts#L77
Type '{ signInResponseTokenPointer: string; type: string; headerName: string; maxAgeInSeconds: number; sameSiteAttribute: "none"; }' is missing the following properties from type '{ name: string; default: () => string | null; signInResponseTokenPointer: string; type: string; headerName: string; maxAgeInSeconds: number; sameSiteAttribute: boolean | "lax" | "strict" | "none"; secure: boolean; domain: string; }': name, default, secure, domain
test-module
Process completed with exit code 1.