Skip to content

Merge branch 'feat/generator-custom' into feature/embedded-form #759

Merge branch 'feat/generator-custom' into feature/embedded-form

Merge branch 'feat/generator-custom' into feature/embedded-form #759

Triggered via push October 9, 2024 13:52
Status Failure
Total duration 2m 12s
Artifacts
Deploy-Preview  /  Deploy
2m 1s
Deploy-Preview / Deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Deploy-Preview / Deploy
Cannot find name 'transformSchema'.
Deploy-Preview / Deploy
Cannot find name 'schema'.
Deploy-Preview / Deploy
Cannot find name 'id'.
Deploy-Preview / Deploy
Cannot find name 'id'.
Deploy-Preview / Deploy
Cannot find name 'id'.
Deploy-Preview / Deploy
Cannot find name 'id'.
Deploy-Preview / Deploy
Type '{ id?: { User: { payload: Prisma.$UserPayload<DefaultArgs>; fields: Prisma.UserFieldRefs; operations: { findUnique: { args: Prisma.UserFindUniqueArgs<DefaultArgs>; result: PayloadToResult<...> | null; }; ... 14 more ...; count: { ...; }; }; }; Post: { ...; }; Profile: { ...; }; Category: { ...; }; CategoriesOnPosts:...' is not assignable to type 'Model<M, object>'.
Deploy-Preview / Deploy
Type 'Record<"id", ReactElement<any, string | JSXElementConstructor<any>> | undefined> | undefined' is not assignable to type 'Record<keyof { User: { payload: $UserPayload<DefaultArgs>; fields: UserFieldRefs; operations: { findUnique: { args: UserFindUniqueArgs<DefaultArgs>; result: PayloadToResult<...> | null; }; ... 14 more ...; count: { ...; }; }; }; Post: { ...; }; Profile: { ...; }; Category: { ...; }; CategoriesOnPosts: { ...; }; }[M]...'.
Deploy-Preview / Deploy
Type 'Schema | undefined' is not assignable to type 'Schema'.
Deploy-Preview / Deploy
Property 'schema' is missing in type '{ title: string | undefined; resources: ModelName[] | undefined; resource: ModelName | undefined; resourcesTitles: Record<ModelName, string | undefined> | undefined; ... 4 more ...; externalLinks: ExternalLink[] | undefined; }' but required in type 'MenuProps<"User" | "Post" | "Profile" | "Category" | "CategoriesOnPosts">'.
Deploy-Preview / Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy-Preview / Deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/