CI/CD Pipeline #475
Annotations
4 errors
|
Run TypeScript type check
Process completed with exit code 2.
|
|
Run TypeScript type check:
apps/api/src/server.test.ts#L8
Type '{ host: string; port: number; logLevel: string; nextUpstreamBaseUrl: string; proxyPrefixes: string[]; realtimeSourceMode: RealtimeSourceMode; ... 4 more ...; difyTempConfigAllowPrivate?: boolean | undefined; }' is not assignable to type 'ApiRuntimeConfig'.
|
|
Run TypeScript type check:
apps/api/src/lib/session-identity.test.ts#L18
Type '{ host: string; port: number; logLevel: string; nextUpstreamBaseUrl: string; proxyPrefixes: string[]; realtimeSourceMode: RealtimeSourceMode; ... 4 more ...; difyTempConfigAllowPrivate?: boolean | undefined; }' is not assignable to type 'ApiRuntimeConfig'.
|
|
Run TypeScript type check:
__tests__/auth/managed-sso.test.ts#L33
Type '{ allowed_redirect_hosts: string[]; }' is missing the following properties from type '{ require_https: boolean; validate_certificates: boolean; allowed_redirect_hosts?: string[] | undefined; }': require_https, validate_certificates
|
Loading