site deploy: finalize through the session id the create returned #1881
Annotations
40 errors and 5 warnings
|
tests/cli/exec.spec.ts > exec command > sends the X-Data-Env header with the given value:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5246-R3VnPRZxPHT6-.ts:40:30
❯ ../../../../../../../tmp/tmp-5246-R3VnPRZxPHT6-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:243:28
|
|
tests/cli/exec.spec.ts > exec command > does not send the X-Bypass-RLS header without --privileged:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5159-6cK84xcvDozO-.ts:40:30
❯ ../../../../../../../tmp/tmp-5159-6cK84xcvDozO-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:221:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Bypass-RLS header when --privileged is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5056-RBxXVchZuGkn-.ts:40:30
❯ ../../../../../../../tmp/tmp-5056-RBxXVchZuGkn-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:199:28
|
|
tests/cli/exec.spec.ts > exec command > targets the local dev server with a local user JWT when --local is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4938-XkXYemzIDXaD-.ts:40:30
❯ ../../../../../../../tmp/tmp-4938-XkXYemzIDXaD-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:155:28
|
|
tests/cli/exec.spec.ts > exec command > forwards a non-zero script exit code:
packages/cli/tests/cli/exec.spec.ts#L126
AssertionError: expected 1 to be 42 // Object.is equality
- Expected
+ Received
- 42
+ 1
❯ tests/cli/exec.spec.ts:126:29
|
|
tests/cli/exec.spec.ts > exec command > sends SDK requests to the app base URL with correct auth:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4760-DH9ygGlGWodH-.ts:40:30
❯ ../../../../../../../tmp/tmp-4760-DH9ygGlGWodH-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:113:28
|
|
tests/cli/exec.spec.ts > exec command > makes the pre-authenticated base44 SDK available as a global:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4690-j2qATxysGOE5-.ts:40:30
❯ ../../../../../../../tmp/tmp-4690-j2qATxysGOE5-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:87:28
|
|
tests/cli/exec.spec.ts > exec command > executes with BASE44_APP_ID outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4595-wUJLyVTpkPZl-.ts:40:30
❯ ../../../../../../../tmp/tmp-4595-wUJLyVTpkPZl-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:72:28
|
|
tests/cli/exec.spec.ts > exec command > executes with --app-id outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4511-1LmrC7OOxKoh-.ts:40:30
❯ ../../../../../../../tmp/tmp-4511-1LmrC7OOxKoh-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:59:28
|
|
tests/cli/exec.spec.ts > exec command > executes a piped script and captures its output:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4421-qim0pMO6YwGW-.ts:40:30
❯ ../../../../../../../tmp/tmp-4421-qim0pMO6YwGW-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:47:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Data-Env header with the given value:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5398-9D10EJioE6bc-.ts:40:30
❯ ../../../../../../../tmp/tmp-5398-9D10EJioE6bc-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:243:28
|
|
tests/cli/exec.spec.ts > exec command > does not send the X-Bypass-RLS header without --privileged:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5298-Qd0ZwkK6sJLE-.ts:40:30
❯ ../../../../../../../tmp/tmp-5298-Qd0ZwkK6sJLE-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:221:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Bypass-RLS header when --privileged is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5194-HSt3jyZyGa0y-.ts:40:30
❯ ../../../../../../../tmp/tmp-5194-HSt3jyZyGa0y-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:199:28
|
|
tests/cli/exec.spec.ts > exec command > targets the local dev server with a local user JWT when --local is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-5051-vuCMQX1uhDon-.ts:40:30
❯ ../../../../../../../tmp/tmp-5051-vuCMQX1uhDon-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:155:28
|
|
tests/cli/exec.spec.ts > exec command > forwards a non-zero script exit code:
packages/cli/tests/cli/exec.spec.ts#L126
AssertionError: expected 1 to be 42 // Object.is equality
- Expected
+ Received
- 42
+ 1
❯ tests/cli/exec.spec.ts:126:29
|
|
tests/cli/exec.spec.ts > exec command > sends SDK requests to the app base URL with correct auth:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4848-jbO1gMqRFXOE-.ts:40:30
❯ ../../../../../../../tmp/tmp-4848-jbO1gMqRFXOE-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:113:28
|
|
tests/cli/exec.spec.ts > exec command > makes the pre-authenticated base44 SDK available as a global:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4753-W6D9jA8ZZRlC-.ts:40:30
❯ ../../../../../../../tmp/tmp-4753-W6D9jA8ZZRlC-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:87:28
|
|
tests/cli/exec.spec.ts > exec command > executes with BASE44_APP_ID outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4637-lIHoBrH5fwZX-.ts:40:30
❯ ../../../../../../../tmp/tmp-4637-lIHoBrH5fwZX-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:72:28
|
|
tests/cli/exec.spec.ts > exec command > executes with --app-id outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4522-PSaTXawQuUfX-.ts:40:30
❯ ../../../../../../../tmp/tmp-4522-PSaTXawQuUfX-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:59:28
|
|
tests/cli/exec.spec.ts > exec command > executes a piped script and captures its output:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///tmp/tmp-4430-an27Y4QgQTvV-.ts:40:30
❯ ../../../../../../../tmp/tmp-4430-an27Y4QgQTvV-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:47:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Data-Env header with the given value:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-2400-qJJ7Tu275NVb-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-2400-qJJ7Tu275NVb-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:243:28
|
|
tests/cli/exec.spec.ts > exec command > does not send the X-Bypass-RLS header without --privileged:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-1764-01M6vHFY3gMZ-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-1764-01M6vHFY3gMZ-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:221:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Bypass-RLS header when --privileged is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3524-EkD8LFk3W3jY-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3524-EkD8LFk3W3jY-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:199:28
|
|
tests/cli/exec.spec.ts > exec command > targets the local dev server with a local user JWT when --local is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-4072-8iZS2f0yYdNI-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-4072-8iZS2f0yYdNI-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:155:28
|
|
tests/cli/exec.spec.ts > exec command > forwards a non-zero script exit code:
packages/cli/tests/cli/exec.spec.ts#L126
AssertionError: expected 1 to be 42 // Object.is equality
- Expected
+ Received
- 42
+ 1
❯ tests/cli/exec.spec.ts:126:29
|
|
tests/cli/exec.spec.ts > exec command > sends SDK requests to the app base URL with correct auth:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8608-qSOW0kQZWCrD-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8608-qSOW0kQZWCrD-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:113:28
|
|
tests/cli/exec.spec.ts > exec command > makes the pre-authenticated base44 SDK available as a global:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3616-0Ci1SAA00FJt-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3616-0Ci1SAA00FJt-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:87:28
|
|
tests/cli/exec.spec.ts > exec command > executes with BASE44_APP_ID outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8208-R4OGPv34jsv6-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8208-R4OGPv34jsv6-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:72:28
|
|
tests/cli/exec.spec.ts > exec command > executes with --app-id outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-7884-h23tIfrX0ZET-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-7884-h23tIfrX0ZET-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:59:28
|
|
tests/cli/exec.spec.ts > exec command > executes a piped script and captures its output:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6636-iDMSAMmBM6y1-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6636-iDMSAMmBM6y1-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:47:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Data-Env header with the given value:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3144-HBCdeMtbfHkq-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3144-HBCdeMtbfHkq-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:243:28
|
|
tests/cli/exec.spec.ts > exec command > does not send the X-Bypass-RLS header without --privileged:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6256-J9lFY8jtuesi-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6256-J9lFY8jtuesi-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:221:28
|
|
tests/cli/exec.spec.ts > exec command > sends the X-Bypass-RLS header when --privileged is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3488-yzDyiHDg4VgB-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3488-yzDyiHDg4VgB-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:199:28
|
|
tests/cli/exec.spec.ts > exec command > targets the local dev server with a local user JWT when --local is set:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6196-f33aeQubHRAU-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6196-f33aeQubHRAU-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:155:28
|
|
tests/cli/exec.spec.ts > exec command > forwards a non-zero script exit code:
packages/cli/tests/cli/exec.spec.ts#L126
AssertionError: expected 1 to be 42 // Object.is equality
- Expected
+ Received
- 42
+ 1
❯ tests/cli/exec.spec.ts:126:29
|
|
tests/cli/exec.spec.ts > exec command > sends SDK requests to the app base URL with correct auth:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8492-ncrPHnXE4som-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8492-ncrPHnXE4som-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:113:28
|
|
tests/cli/exec.spec.ts > exec command > makes the pre-authenticated base44 SDK available as a global:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-5956-KNfu7D9N8Xi4-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-5956-KNfu7D9N8Xi4-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:87:28
|
|
tests/cli/exec.spec.ts > exec command > executes with BASE44_APP_ID outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6268-q1erJ29Eg97C-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-6268-q1erJ29Eg97C-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:72:28
|
|
tests/cli/exec.spec.ts > exec command > executes with --app-id outside a project:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3244-GwR9RE6tEytQ-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3244-GwR9RE6tEytQ-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:59:28
|
|
tests/cli/exec.spec.ts > exec command > executes a piped script and captures its output:
packages/cli/tests/cli/testkit/CLIResultMatcher.ts#L14
Error: Expected command to succeed but got exit code 1
stderr: Download https://registry.npmjs.org/@base44%2fsdk
error: Failed loading https://registry.npmjs.org/@base44%2fsdk for package "@base44/sdk"
0: error sending request for url (https://registry.npmjs.org/@base44%2fsdk): client error (Connect): invalid peer certificate: Other(OtherError(CaUsedAsEndEntity))
at file:///C:/Users/RUNNER~1/AppData/Local/Temp/tmp-7568-TdKSp1tyL624-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-7568-TdKSp1tyL624-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:47:28
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (ubuntu-latest, binary)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (ubuntu-latest, npm)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (windows-latest, binary)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (windows-latest, npm)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
dist
|
173 MB |
sha256:dd54f4912266ec423096440d07c80b8275ee79a6d41d74f41afe6721c187acc3
|
|