Skip to content

perf: use nextjs i18n routing #49653

perf: use nextjs i18n routing

perf: use nextjs i18n routing #49653

Triggered via pull request March 1, 2025 04:10
@hbjORbjhbjORbj
synchronize #19615
Status Cancelled
Total duration 18m 8s
Artifacts 8

pr.yml

on: pull_request_target
Detect changes
11s
Detect changes
Check for E2E label
1s
Check for E2E label
Install dependencies  /  Yarn install & cache
1m 48s
Install dependencies / Yarn install & cache
Production builds  /  Build Web App
5m 56s
Production builds / Build Web App
Production builds  /  Build API v1
2m 18s
Production builds / Build API v1
Production builds  /  Build API v2
1m 23s
Production builds / Build API v2
Analyze Build  /  analyze
1m 31s
Analyze Build / analyze
Matrix: Tests / e2e
Merge reports  /  merge-reports
1m 3s
Merge reports / merge-reports
required
4s
required
Publish HTML report  /  publish-report
Publish HTML report / publish-report
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 1 warning
Linters / lint
Process completed with exit code 2.
Production builds / Build Web App
Type '{ readonly id: 4; readonly username: "pro"; readonly email: "***"; readonly password: { readonly hash: ""; readonly userId: 0; }; readonly completedOnboarding: true; readonly identityProvider: "CAL"; ... 9 more ...; readonly theme: null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
Production builds / Build Web App
Type '{ readonly id: 4; readonly username: "pro"; readonly email: "***"; readonly password: { readonly hash: ""; readonly userId: 0; }; readonly completedOnboarding: true; readonly identityProvider: "CAL"; ... 9 more ...; readonly theme: null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
Production builds / Build Web App
Type '{ organization: { id: null; isOrgAdmin: boolean; metadata: {}; requestedSlug: null; }; defaultBookerLayouts: null; selectedCalendars: never[]; destinationCalendar: null; profile: { username: string; ... 8 more ...; bufferTime: number; }; ... 45 more ...; creationSource: $Enums.CreationSource | null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
Production builds / Build Web App
Type '{ organization: { id: null; isOrgAdmin: boolean; metadata: {}; requestedSlug: null; }; defaultBookerLayouts: null; selectedCalendars: never[]; destinationCalendar: null; profile: { username: string; ... 8 more ...; bufferTime: number; }; ... 45 more ...; creationSource: $Enums.CreationSource | null; }' is not assignable to type 'NonNullable<{ avatar: string; organization: { id: number | null; isOrgAdmin: boolean; metadata: { requestedSlug?: string | null | undefined; paymentId?: string | undefined; subscriptionId?: string | null | undefined; ... 4 more ...; billingPeriod?: BillingPeriod | undefined; } | null; ... 7 more ...; isPlatform?: bo...'.
Production builds / Build Web App
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; isOrg: boolean; language: string; usernameOrEmail: string[]; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
Production builds / Build Web App
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; language: string; usernameOrEmail: string[]; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
Production builds / Build Web App
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; isOrg: boolean; language: string; usernameOrEmail: string; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
Production builds / Build Web App
Property 'creationSource' is missing in type '{ teamId: number; role: "MEMBER"; isOrg: boolean; language: string; usernameOrEmail: string; }' but required in type '{ creationSource: "API_V1" | "API_V2" | "WEBAPP"; teamId: number; language: string; usernameOrEmail: (string | (string | { email: string; role: "ADMIN" | "MEMBER" | "OWNER"; })[]) & (string | (string | { ...; })[] | undefined); role?: "ADMIN" | ... 2 more ... | undefined; isPlatform?: boolean | undefined; }'.
Production builds / Build Web App
Type '{ id: number; name: string; slug: null; appLogo: null; appIconLogo: null; bio: null; hideBranding: false; pendingPayment: false; hideBookATeamMember: false; createdAt: Date; brandColor: string; ... 16 more ...; smsLockReviewedByAdmin: false; }' is not assignable to type 'TeamWithParent'.
Production builds / Build Web App
Argument of type '{ organizationSettings: { id: number; teamId: number; isOrganizationConfigured: boolean; isOrganizationVerified: boolean; orgAutoAcceptEmail: string; organizationId: number; lockEventTypeCreationForUsers: boolean; adminGetsNoSlotsNotification: boolean; isAdminReviewed: boolean; isAdminAPIEnabled: boolean; }; ... 29 ...' is not assignable to parameter of type '{ id: number; name: string; slug: string | null; logoUrl: string | null; ***VideoLogo: string | null; appLogo: string | null; appIconLogo: string | null; bio: string | null; hideBranding: boolean; ... 19 more ...; includeManagedEventsInLimits: boolean; } & { ...; } & { ...; }'.
Tests / E2E (2/4)
Process completed with exit code 1.
Tests / E2E (1/4)
Process completed with exit code 1.
Tests / E2E (4/4)
Process completed with exit code 1.
Tests / E2E Embed Core
Process completed with exit code 1.
Tests / E2E (3/4)
Process completed with exit code 1.
Tests / E2E App Store
Process completed with exit code 1.
required
Process completed with exit code 1.
Merge reports / merge-reports
Canceling since a higher priority waiting request for 'PR Update-19615' exists
Tests / E2E API v2
No files were found with the provided path: test-results. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
blob-report-1
52.9 MB
blob-report-2
91.2 MB
blob-report-3
178 MB
blob-report-4
41.3 MB
blob-report-app-store
110 MB
blob-report-embed-core
6.56 MB
blob-report-embed-react
5.09 KB
bundle
278 Bytes