Vanilla JS client library (#408) #3415
Annotations
2 errors
tests/backend/endpoints/api/v1/auth/oauth/callback.test.ts > should return outer authorization code when inner callback url is valid:
apps/e2e/tests/backend/backend-helpers.ts#L145
StackAssertionError: Unexpected internal server error: 500 Internal Server Error. The error message follows, but will be stripped in production. AggregateError:
at internalConnectMultiple (node:net:1122:18)
at afterConnectMultiple (node:net:1689:7)
at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) { "code": "ECONNREFUSED" }
This is likely an error in Stack. Please make sure you are running the newest version and report it.
❯ internalConnectMultiple ../../node:net:1122:18
❯ afterConnectMultiple ../../node:net:1689:7
❯ niceBackendFetch tests/backend/backend-helpers.ts:145:11
❯ Object.authorize tests/backend/backend-helpers.ts:567:24
❯ Object.getInnerCallbackUrl tests/backend/backend-helpers.ts:586:19
❯ Object.getAuthorizationCode tests/backend/backend-helpers.ts:667:19
❯ tests/backend/endpoints/api/v1/auth/oauth/callback.test.ts:6:20
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { extraData: undefined, customCaptureExtraArgs: [ undefined ] }
|
build (20.x)
Process completed with exit code 1.
|