feat(logs): true realtime --follow via apper SSE stream (CF tail) — DRAFT
#1876
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-5224-XrylEn485gNk-.ts:40:30
❯ ../../../../../../../tmp/tmp-5224-XrylEn485gNk-.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-5139-MQW6M837C1Mb-.ts:40:30
❯ ../../../../../../../tmp/tmp-5139-MQW6M837C1Mb-.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-5057-nJKaeDBeKaaX-.ts:40:30
❯ ../../../../../../../tmp/tmp-5057-nJKaeDBeKaaX-.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-4945-0lHdHX31D5qj-.ts:40:30
❯ ../../../../../../../tmp/tmp-4945-0lHdHX31D5qj-.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-4764-ixc0aZeQNjWk-.ts:40:30
❯ ../../../../../../../tmp/tmp-4764-ixc0aZeQNjWk-.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-4679-QfUJdKIzEOtT-.ts:40:30
❯ ../../../../../../../tmp/tmp-4679-QfUJdKIzEOtT-.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-4594-KhK2rJcW4ex3-.ts:40:30
❯ ../../../../../../../tmp/tmp-4594-KhK2rJcW4ex3-.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-4506-uiAHnvQbU1qQ-.ts:40:30
❯ ../../../../../../../tmp/tmp-4506-uiAHnvQbU1qQ-.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-4414-cVF8TJFcMnu9-.ts:40:30
❯ ../../../../../../../tmp/tmp-4414-cVF8TJFcMnu9-.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-5254-JQwm41lhlK2S-.ts:40:30
❯ ../../../../../../../tmp/tmp-5254-JQwm41lhlK2S-.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-5144-5B2nXqxq4My3-.ts:40:30
❯ ../../../../../../../tmp/tmp-5144-5B2nXqxq4My3-.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-5000-FQQ8aZG9BmYp-.ts:40:30
❯ ../../../../../../../tmp/tmp-5000-FQQ8aZG9BmYp-.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-4862-QTCKvcaotWEE-.ts:40:30
❯ ../../../../../../../tmp/tmp-4862-QTCKvcaotWEE-.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-4629-eODjH3yc1SAH-.ts:40:30
❯ ../../../../../../../tmp/tmp-4629-eODjH3yc1SAH-.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-4507-UCJaVs6JuZE7-.ts:40:30
❯ ../../../../../../../tmp/tmp-4507-UCJaVs6JuZE7-.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-4378-Jqnusm3gnYLq-.ts:40:30
❯ ../../../../../../../tmp/tmp-4378-Jqnusm3gnYLq-.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-4251-7cU1jlhmF11L-.ts:40:30
❯ ../../../../../../../tmp/tmp-4251-7cU1jlhmF11L-.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-4138-rcRLBPrD3VVb-.ts:40:30
❯ ../../../../../../../tmp/tmp-4138-rcRLBPrD3VVb-.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 > 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-7836-W0o4dKTvZ5Qz-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-7836-W0o4dKTvZ5Qz-.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-9876-enSwP9cHmHc3-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-9876-enSwP9cHmHc3-.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-3080-MZ5bG02E7Ym5-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-3080-MZ5bG02E7Ym5-.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-4420-Rzn5049B33cy-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-4420-Rzn5049B33cy-.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-5064-NWwGb6PpfNOE-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-5064-NWwGb6PpfNOE-.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-1196-fSNNstrrd5zF-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-1196-fSNNstrrd5zF-.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-8608-UCt7Z9NQYqv3-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-8608-UCt7Z9NQYqv3-.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-1564-PD1ACqSNDfLE-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-1564-PD1ACqSNDfLE-.ts:40:30
❯ CLIResultMatcher.toSucceed tests/cli/testkit/CLIResultMatcher.ts:14:13
❯ tests/cli/exec.spec.ts:47:28
|
|
tests/cli/dev-security.spec.ts > Security in dev > RLS > should allow delete only for admin role with can_be_updated:
packages/cli/tests/cli/testkit/CLITestkit.ts#L246
Error: Timed out waiting for output matching /Dev server is available at (http\S+)/ after 5000ms. stdout:
❯ Object.waitForOutput tests/cli/testkit/CLITestkit.ts:246:15
❯ waitForDevServer tests/cli/testkit/dev-utils.ts:7:3
❯ tests/cli/dev-security.spec.ts:109:23
|
|
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-2412-RYk3vUjyTld6-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-2412-RYk3vUjyTld6-.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-5556-Lyb6GRG1sM1f-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-5556-Lyb6GRG1sM1f-.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-7056-ehC0Y549BZQG-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-7056-ehC0Y549BZQG-.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-5028-xp1j385rqtSy-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-5028-xp1j385rqtSy-.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-7740-jQ4oC1Iy5ARc-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-7740-jQ4oC1Iy5ARc-.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-7980-bSX79kPrwfle-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-7980-bSX79kPrwfle-.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-1228-9NZ286STOd34-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-1228-9NZ286STOd34-.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-1548-Fg58aI4Nx18n-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-1548-Fg58aI4Nx18n-.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-2620-1swjcSnaCGb2-.ts:40:30
❯ C:/Users/RUNNER~1/AppData/Local/Temp/tmp-2620-1swjcSnaCGb2-.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:5fec5020cbc1a8634a6d9ebea91548de367a457cb99242ecefa304e4f701590a
|
|