setup authenticity token provider #8
Annotations
10 errors and 1 warning
app/modules/auth/auth.server.ts#L48
Type '{ id: string; email: string; username: string; name: string | null; createdAt: Date; updatedAt: Date; }' is not assignable to type '{ image: { id: string; } | null; roles: { name: string; }[]; } & { id: string; email: string; username: string; name: string | null; createdAt: Date; updatedAt: Date; }'.
|
app/modules/auth/auth.server.ts#L49
Type '{ roles: { connect: { name: string; }[]; }; email: string; }' is not assignable to type '(Without<UserCreateInput, UserUncheckedCreateInput> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput)'.
|
app/modules/auth/auth.server.ts#L91
Type '{ id: string; email: string; username: string; name: string | null; createdAt: Date; updatedAt: Date; }' is not assignable to type '{ image: { id: string; } | null; roles: { name: string; }[]; } & { id: string; email: string; username: string; name: string | null; createdAt: Date; updatedAt: Date; }'.
|
app/modules/auth/auth.server.ts#L92
Type '{ roles: { connect: { name: string; }[]; }; email: string; }' is not assignable to type '(Without<UserCreateInput, UserUncheckedCreateInput> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput)'.
|
app/routes/_auth+/verify.server.ts#L21
Module '"./verify.tsx"' has no exported member 'VerifySchema'. Did you mean to use 'import VerifySchema from "./verify.tsx"' instead?
|
app/routes/_auth+/verify.server.ts#L22
Module '"./verify.tsx"' has no exported member 'codeQueryParam'. Did you mean to use 'import codeQueryParam from "./verify.tsx"' instead?
|
app/routes/_auth+/verify.server.ts#L23
Module '"./verify.tsx"' has no exported member 'redirectToQueryParam'. Did you mean to use 'import redirectToQueryParam from "./verify.tsx"' instead?
|
app/routes/_auth+/verify.server.ts#L24
Module '"./verify.tsx"' has no exported member 'targetQueryParam'. Did you mean to use 'import targetQueryParam from "./verify.tsx"' instead?
|
app/routes/_auth+/verify.server.ts#L25
Module '"./verify.tsx"' has no exported member 'typeQueryParam'. Did you mean to use 'import typeQueryParam from "./verify.tsx"' instead?
|
app/routes/_auth+/verify.server.ts#L26
Module '"./verify.tsx"' has no exported member 'VerificationTypes'. Did you mean to use 'import VerificationTypes from "./verify.tsx"' instead?
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading