Skip to content

PoC in progress

PoC in progress #570

Triggered via push October 6, 2024 22:51
Status Failure
Total duration 52s
Artifacts

build.yml

on: push
build-app
44s
build-app
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
build-app: src/api/rest/v1/oauth/model.ts#L128
Cannot find name 'Code'.
build-app: src/api/rest/v1/oauth/model.ts#L134
Property 'authorization_code' does not exist on type 'string'.
build-app: src/api/rest/v1/oauth/model.ts#L135
Property 'expires_at' does not exist on type 'string'.
build-app: src/api/rest/v1/oauth/model.ts#L136
Property 'redirect_uri' does not exist on type 'string'.
build-app: src/api/rest/v1/oauth/model.ts#L137
Property 'scope' does not exist on type 'string'.
build-app: src/api/rest/v1/oauth/model.ts#L138
Cannot find name 'client'.
build-app: src/api/rest/v1/oauth/model.ts#L139
Cannot find name 'user'.
build-app: src/api/rest/v1/oauth/routes.ts#L59
Property 'generateAuthorizationCode' does not exist on type '{ getClient: (clientId: string, clientSecret: string) => Promise<Client>; saveToken: (token: Token, client: Client, user: User) => Promise<Token>; ... 5 more ...; getUserFromClient: (_client: Client) => Promise<...>; }'.
build-app
Process completed with exit code 2.
build-app
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-app
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/