stack-cli: support self-hosted URLs and tighten CLI auth polling #12727
Annotations
12 errors and 2 warnings
|
tests/backend/endpoints/api/v1/send-email.test.ts > should return 200 and send email successfully:
apps/e2e/tests/helpers.ts#L254
StackAssertionError: Expected at least 1 messages with subject containing "Verify your email", but found 0
This is likely an error in Stack. Please make sure you are running the newest version and report it.
❯ Mailbox.waitForMessagesWithSubjectCount tests/helpers.ts:254:13
❯ Mailbox.waitForMessagesWithSubject tests/helpers.ts:240:14
❯ Object.signUpWithEmail tests/backend/backend-helpers.ts:586:9
❯ tests/backend/endpoints/api/v1/send-email.test.ts:252:22
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { extraData: { messages: [] }, customCaptureExtraArgs: [ { messages: [] } ] }
|
|
tests/backend/endpoints/api/v1/render-email.test.ts > should return 400 when template throws an error during rendering:
apps/e2e/tests/backend/backend-helpers.ts#L195
StackAssertionError: API threw ISE in POST /api/v1/emails/render-email: 500 Internal Server Error. The error message follows, but will be stripped in production. StackAssertionError: Freestyle rendering service unavailable when running without fallback
Stack:
This is likely an error in Stack. Please make sure you are running the newest version and report it.
at f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3196)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:902:270)
at async m (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:935:24)
at async Object.handler (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__e0defd28._.js:2:2690)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:6480:5616
Extra properties: {
"extraData": {
"cause": InternalErrorError: INTERNAL_ERROR: Internal server error
Stack:
at s.requestRaw (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78581)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async s.request (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78685)
at async N.create (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:10774)
at async Object.execute (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:19144)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3160)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
Extra properties: {
"body": {
"code": "INTERNAL_ERROR",
"message": "Internal server error",
},
"name": "InternalErrorError",
},
"innerCode": deindent`
var __defProp = Object.defineProperty;
var __defProps = Object.defineProperties;
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))
|
|
tests/backend/endpoints/api/v1/render-email.test.ts > should return 400 when theme throws an error during rendering:
apps/e2e/tests/backend/backend-helpers.ts#L195
StackAssertionError: API threw ISE in POST /api/v1/emails/render-email: 500 Internal Server Error. The error message follows, but will be stripped in production. StackAssertionError: Freestyle rendering service unavailable when running without fallback
Stack:
This is likely an error in Stack. Please make sure you are running the newest version and report it.
at f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3196)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:902:270)
at async m (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:935:24)
at async Object.handler (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__e0defd28._.js:2:2690)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:6480:5616
Extra properties: {
"extraData": {
"cause": InternalErrorError: INTERNAL_ERROR: Internal server error
Stack:
at s.requestRaw (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78581)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async s.request (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78685)
at async N.create (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:10774)
at async Object.execute (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:19144)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3160)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
Extra properties: {
"body": {
"code": "INTERNAL_ERROR",
"message": "Internal server error",
},
"name": "InternalErrorError",
},
"innerCode": deindent`
var __defProp = Object.defineProperty;
var __defProps = Object.defineProperties;
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))
|
|
tests/backend/endpoints/api/v1/render-email.test.ts > should render email when valid theme and template TSX sources are provided:
apps/e2e/tests/backend/backend-helpers.ts#L195
StackAssertionError: API threw ISE in POST /api/v1/emails/render-email: 500 Internal Server Error. The error message follows, but will be stripped in production. StackAssertionError: Freestyle rendering service unavailable when running without fallback
Stack:
This is likely an error in Stack. Please make sure you are running the newest version and report it.
at f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3196)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:902:270)
at async m (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:935:24)
at async Object.handler (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__e0defd28._.js:2:2690)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:6480:5616
Extra properties: {
"extraData": {
"cause": InternalErrorError: INTERNAL_ERROR: Internal server error
Stack:
at s.requestRaw (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78581)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async s.request (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78685)
at async N.create (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:10774)
at async Object.execute (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:19144)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3160)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
Extra properties: {
"body": {
"code": "INTERNAL_ERROR",
"message": "Internal server error",
},
"name": "InternalErrorError",
},
"innerCode": deindent`
var __defProp = Object.defineProperty;
var __defProps = Object.defineProperties;
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))
|
|
tests/backend/endpoints/api/v1/email-themes.test.ts > invalid JSX inputs > should reject theme that exports a non-function:
apps/e2e/tests/backend/backend-helpers.ts#L195
StackAssertionError: API threw ISE in PATCH /api/latest/internal/email-themes/1df07ae6-abf3-4a40-83a5-a1a2cbe336ac: 500 Internal Server Error. The error message follows, but will be stripped in production. StackAssertionError: Freestyle rendering service unavailable when running without fallback
Stack:
This is likely an error in Stack. Please make sure you are running the newest version and report it.
at f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3196)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:902:270)
at async m (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:935:24)
at async Object.onUpdate (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/apps_backend_src_88a34dae._.js:7:4776)
at async Object.s [as invokeList] (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/apps_backend_src_88a34dae._.js:2:2615)
Extra properties: {
"extraData": {
"cause": InternalErrorError: INTERNAL_ERROR: Internal server error
Stack:
at s.requestRaw (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78581)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async s.request (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78685)
at async N.create (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:10774)
at async Object.execute (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:19144)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3160)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
Extra properties: {
"body": {
"code": "INTERNAL_ERROR",
"message": "Internal server error",
},
"name": "InternalErrorError",
},
"innerCode": deindent`
var __defProp = Object.defineProperty;
var __defProps = Object.defineProperties;
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues
|
|
tests/backend/endpoints/api/v1/email-themes.test.ts > invalid JSX inputs > should reject theme that throws an error when rendered:
apps/e2e/tests/backend/backend-helpers.ts#L195
StackAssertionError: API threw ISE in PATCH /api/latest/internal/email-themes/1df07ae6-abf3-4a40-83a5-a1a2cbe336ac: 500 Internal Server Error. The error message follows, but will be stripped in production. StackAssertionError: Freestyle rendering service unavailable when running without fallback
Stack:
This is likely an error in Stack. Please make sure you are running the newest version and report it.
at f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3196)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:902:270)
at async m (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:935:24)
at async Object.onUpdate (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/apps_backend_src_88a34dae._.js:7:4776)
at async Object.s [as invokeList] (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/apps_backend_src_88a34dae._.js:2:2615)
Extra properties: {
"extraData": {
"cause": InternalErrorError: INTERNAL_ERROR: Internal server error
Stack:
at s.requestRaw (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78581)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async s.request (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78685)
at async N.create (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:10774)
at async Object.execute (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:19144)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3160)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
Extra properties: {
"body": {
"code": "INTERNAL_ERROR",
"message": "Internal server error",
},
"name": "InternalErrorError",
},
"innerCode": deindent`
var __defProp = Object.defineProperty;
var __defProps = Object.defineProperties;
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues
|
|
tests/backend/endpoints/api/v1/email-themes.test.ts > create, patch, and get email theme > should create a new theme, patch it, and get it to verify updates:
apps/e2e/tests/backend/backend-helpers.ts#L195
StackAssertionError: API threw ISE in PATCH /api/latest/internal/email-themes/dfc7deb3-a31f-44bb-b54f-950785684952: 500 Internal Server Error. The error message follows, but will be stripped in production. StackAssertionError: Freestyle rendering service unavailable when running without fallback
Stack:
This is likely an error in Stack. Please make sure you are running the newest version and report it.
at f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3196)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:902:270)
at async m (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:935:24)
at async Object.onUpdate (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/apps_backend_src_88a34dae._.js:7:4776)
at async Object.s [as invokeList] (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/apps_backend_src_88a34dae._.js:2:2615)
Extra properties: {
"extraData": {
"cause": InternalErrorError: INTERNAL_ERROR: Internal server error
Stack:
at s.requestRaw (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78581)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async s.request (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78685)
at async N.create (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:10774)
at async Object.execute (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:19144)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3160)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
Extra properties: {
"body": {
"code": "INTERNAL_ERROR",
"message": "Internal server error",
},
"name": "InternalErrorError",
},
"innerCode": deindent`
var __defProp = Object.defineProperty;
var __defProps = Object.defineProperties;
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues
|
|
tests/backend/endpoints/api/v1/email-themes.test.ts > update email theme > should persist theme changes after update:
apps/e2e/tests/backend/backend-helpers.ts#L195
StackAssertionError: API threw ISE in PATCH /api/latest/internal/email-themes/1df07ae6-abf3-4a40-83a5-a1a2cbe336ac: 500 Internal Server Error. The error message follows, but will be stripped in production. StackAssertionError: Freestyle rendering service unavailable when running without fallback
Stack:
This is likely an error in Stack. Please make sure you are running the newest version and report it.
at f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3196)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:902:270)
at async m (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:935:24)
at async Object.onUpdate (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/apps_backend_src_88a34dae._.js:7:4776)
at async Object.s [as invokeList] (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/apps_backend_src_88a34dae._.js:2:2615)
Extra properties: {
"extraData": {
"cause": InternalErrorError: INTERNAL_ERROR: Internal server error
Stack:
at s.requestRaw (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78581)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async s.request (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78685)
at async N.create (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:10774)
at async Object.execute (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:19144)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3160)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
Extra properties: {
"body": {
"code": "INTERNAL_ERROR",
"message": "Internal server error",
},
"name": "InternalErrorError",
},
"innerCode": deindent`
var __defProp = Object.defineProperty;
var __defProps = Object.defineProperties;
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues
|
|
tests/backend/endpoints/api/v1/email-themes.test.ts > update email theme > should return 200 and update theme successfully:
apps/e2e/tests/backend/backend-helpers.ts#L195
StackAssertionError: API threw ISE in PATCH /api/latest/internal/email-themes/1df07ae6-abf3-4a40-83a5-a1a2cbe336ac: 500 Internal Server Error. The error message follows, but will be stripped in production. StackAssertionError: Freestyle rendering service unavailable when running without fallback
Stack:
This is likely an error in Stack. Please make sure you are running the newest version and report it.
at f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3196)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:902:270)
at async m (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:935:24)
at async Object.onUpdate (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/apps_backend_src_88a34dae._.js:7:4776)
at async Object.s [as invokeList] (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/apps_backend_src_88a34dae._.js:2:2615)
Extra properties: {
"extraData": {
"cause": InternalErrorError: INTERNAL_ERROR: Internal server error
Stack:
at s.requestRaw (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78581)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async s.request (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:142:78685)
at async N.create (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:10774)
at async Object.execute (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:148:19144)
at async f (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:3160)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:1461
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1571
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:18:1420)
at async p (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:153:792)
Extra properties: {
"body": {
"code": "INTERNAL_ERROR",
"message": "Internal server error",
},
"name": "InternalErrorError",
},
"innerCode": deindent`
var __defProp = Object.defineProperty;
var __defProps = Object.defineProperties;
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues
|
|
tests/js/email.test.ts > should provide delivery statistics:
apps/e2e/tests/js/email.test.ts#L201
Error: Timed out waiting for email delivery stats to reflect sent email: {"stats":{"hour":{"sent":0,"bounced":0,"marked_as_spam":0},"day":{"sent":0,"bounced":0,"marked_as_spam":0},"week":{"sent":0,"bounced":0,"marked_as_spam":0},"month":{"sent":0,"bounced":0,"marked_as_spam":0}},"capacity":{"rate_per_second":27.77777777777778,"boost_multiplier":1,"penalty_factor":1,"is_boost_active":false,"boost_expires_at":null}}
❯ tests/js/email.test.ts:201:13
|
|
E2E Tests (Node 22.x, Freestyle mock)
The strategy configuration was canceled because "build._22_x_prod" failed
|
|
E2E Tests (Node 22.x, Freestyle mock)
The operation was canceled.
|
|
E2E Tests (Node 22.x, Freestyle prod)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: JarvusInnovations/background-action@v1.0.7, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E Tests (Node 22.x, Freestyle mock)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: JarvusInnovations/background-action@v1.0.7, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|