feat(backend): Resend email delivery webhooks + EmailOutbox matching #1684
Annotations
7 errors and 1 warning
|
E2E Tests (Local Emulator, Node 22.x)
Process completed with exit code 1.
|
|
src/auto-migrations/migration-tests.test.ts > database migration tests > 20260420000000_add_project_onboarding_state > default-and-updates:
apps/backend/prisma/migrations/20260420000000_add_project_onboarding_state/tests/default-and-updates.ts#L42
Error: Snapshot `database migration tests > 20260420000000_add_project_onboarding_state > default-and-updates 1` mismatched
- Expected
+ Received
- {
- "selected_apps": [
- "authentication",
- "emails",
- ],
- "selected_config_choice": "create-new",
- "selected_email_theme_id": null,
- "selected_payments_country": "US",
- "selected_sign_in_methods": [
- "credential",
- "magicLink",
- ],
- }
+ "{"selected_config_choice":"create-new","selected_apps":["authentication","emails"],"selected_sign_in_methods":["credential","magicLink"],"selected_email_theme_id":null,"selected_payments_country":"US"}"
❯ Module.postMigration prisma/migrations/20260420000000_add_project_onboarding_state/tests/default-and-updates.ts:42:54
❯ src/auto-migrations/migration-tests.test.ts:148:13
|
|
tests/backend/endpoints/api/v1/auth/cli/route.test.ts > should create a new CLI auth attempt with custom expiration time:
apps/e2e/tests/backend/endpoints/api/v1/auth/cli/route.test.ts#L35
AssertionError: expected 400 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 400
❯ tests/backend/endpoints/api/v1/auth/cli/route.test.ts:35:27
|
|
tests/backend/endpoints/api/v1/auth/cli/route.test.ts > should create a new CLI auth attempt:
apps/e2e/tests/backend/endpoints/api/v1/auth/cli/route.test.ts#L20
AssertionError: expected 119924 to be greater than 7190000
❯ tests/backend/endpoints/api/v1/auth/cli/route.test.ts:20:47
|
|
tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts > local emulator project endpoint > updates onboarding_state on local emulator projects without mutating env config:
apps/e2e/tests/backend/backend-helpers.ts#L195
StackAssertionError: API threw ISE in PATCH /api/v1/internal/projects/current: 500 Internal Server Error. The error message follows, but will be stripped in production. StackAssertionError: Environment configuration overrides cannot be changed in the local emulator. Update this in your production deployment instead.
Stack:
This is likely an error in Stack. Please make sure you are running the newest version and report it.
at C (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__cd51ff84._.js:2862:2911)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async D (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__cd51ff84._.js:2862:4510)
at async h (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__cd51ff84._.js:3049:2809)
at async Object.onUpdate (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__2cbc1af0._.js:2:20017)
at async invoke (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__72370ae4._.js:6406:153194)
at async Object.handler (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__72370ae4._.js:6406:154076)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__72370ae4._.js:6523:5616
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/_31399aa2._.js:31:63397
at async n (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/_31399aa2._.js:31:63246)
at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__72370ae4._.js:6523:4834)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__72370ae4._.js:6523:5913
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__72370ae4._.js:6523:1903
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/_31399aa2._.js:31:63397
at async n (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/_31399aa2._.js:31:63246)
at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__72370ae4._.js:6523:420
at async rW.do (/home/runner/work/stack-auth/stack-auth/node_modules/.pnpm/next@16.1.7_@babel+core@7.26.0_@opentelemetry+api@1.9.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20181)
at async rW.handle (/home/runner/work/stack-auth/stack-auth/node_modules/.pnpm/next@16.1.7_@babel+core@7.26.0_@opentelemetry+api@1.9.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24961)
at async c (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__7158e42a._.js:2:24218)
at async rW.handleResponse (/home/runner/work/stack-auth/stack-auth/node_modules/.pnpm/next@16.1.7_@babel+core@7.26.0_@opentelemetry+api@1.9.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:104155)
at async d (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__7158e42a._.js:2:25259)
at async Module.x (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__7158e42a._.js:2:26326)
at async NextNodeServer.renderToResponseWithComponentsImpl (/home/runner/work/stack-auth/stack-auth/node_modules/.pnpm/next@16.1.7_@babel+core@7.26.0_@opentelemetry+api@1.9.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-server.js:1428:9)
at async NextNodeServer.renderPageComponent (/home/runner/work/stack-auth/stack-auth/node_modules/.pnpm/next@16.1.7_@babel+core@
|
|
tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts > local emulator project endpoint > rejects non-existent config files:
apps/e2e/tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts#L67
AssertionError: expected 200 to be 400 // Object.is equality
- Expected
+ Received
- 400
+ 200
❯ tests/backend/endpoints/api/v1/internal/local-emulator-project.test.ts:67:29
|
|
tests/backend/endpoints/api/v1/internal-metrics.test.ts > should return metrics data with users:
apps/e2e/tests/backend/endpoints/api/v1/internal-metrics.test.ts#L179
Error: Snapshot `should return metrics data with users > metrics_result_with_users 1` mismatched
- Expected
+ Received
@@ -5,19 +5,19 @@
"AQ": [
{
"display_name": null,
"id": "<stripped UUID>",
"last_active_at_millis": <stripped field 'last_active_at_millis'>,
- "primary_email": "mailbox-1--<stripped UUID>@stack-generated.example.com",
+ "primary_email": "mailbox-2--<stripped UUID>@stack-generated.example.com",
"profile_image_url": null,
"signed_up_at_millis": <stripped field 'signed_up_at_millis'>,
},
{
"display_name": null,
"id": "<stripped UUID>",
"last_active_at_millis": <stripped field 'last_active_at_millis'>,
- "primary_email": "mailbox-2--<stripped UUID>@stack-generated.example.com",
+ "primary_email": "mailbox-1--<stripped UUID>@stack-generated.example.com",
"profile_image_url": null,
"signed_up_at_millis": <stripped field 'signed_up_at_millis'>,
},
],
"CH": [
❯ it.timeout tests/backend/endpoints/api/v1/internal-metrics.test.ts:179:20
|
|
E2E Tests (Local Emulator, Node 22.x)
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/
|