You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type '{ name: string; repositoryId: string; refName: string; config: PartialMessage<ApplicationConfig>; startOnCreate: boolean; websites?: PartialMessage<CreateWebsiteRequest>[] | undefined; portPublications?: unknown[] | undefined; }' is not assignable to type 'PartialMessage<CreateApplicationRequest>'.
Type '{ portPublications: unknown[]; } | undefined' is not assignable to type 'PartialMessage<UpdateApplicationRequest_UpdatePorts> | undefined'.
Argument of type 'BaseValidation<PartialInput, PartialInput, PartialCheckIssue<PartialInput>>' is not assignable to parameter of type 'BaseSchema<PartialMessage<PortPublication>, unknown, BaseIssue<unknown>> | BaseValidation<PartialMessage<PortPublication>, unknown, BaseIssue<...>> | BaseTransformation<...> | BaseMetadata<...>'.
Argument of type 'PartialCheckAction<PartialMessage<PortPublication>, { applicationPort?: number | undefined; protocol?: PortPublicationProtocol | undefined; }, "Please enter the available port">' is not assignable to parameter of type 'BaseValidation<PartialInput, PartialInput, PartialCheckIssue<PartialInput>>'.
Argument of type 'BaseValidation<PartialInput, PartialInput, PartialCheckIssue<PartialInput>>' is not assignable to parameter of type 'BaseSchema<{ pathPrefix: string; stripPrefix: boolean; https: boolean; h2c: boolean; httpPort: number; authentication: AuthenticationType; domain: string; subdomain?: string | undefined; }, unknown, BaseIssue<...>> | BaseValidation<...> | BaseTransformation<...> | BaseMetadata<...>'.
Argument of type 'PartialCheckAction<{ pathPrefix: string; stripPrefix: boolean; https: boolean; h2c: boolean; httpPort: number; authentication: AuthenticationType; domain: string; subdomain?: string | undefined; }, { ...; }, "Please Enter Subdomain Name">' is not assignable to parameter of type 'BaseValidation<PartialInput, PartialInput, PartialCheckIssue<PartialInput>>'.
The logs for this run have expired and are no longer available.