Skip to content

fix(tests): use sql.json in onboarding migration test and refresh metrics snapshot #1623

fix(tests): use sql.json in onboarding migration test and refresh metrics snapshot

fix(tests): use sql.json in onboarding migration test and refresh metrics snapshot #1623

Triggered via pull request May 7, 2026 20:56
Status Failure
Total duration 28m 45s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
E2E Tests (Local Emulator, Node 22.x)
Process completed with exit code 1.
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]__05a2f001._.js:2:8497) at async invoke (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:6363:153194) at async Object.handler (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:6363:154076) at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:6480:5616 at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/_c749694c._.js:31:63397 at async s (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/_c749694c._.js:31:63246) at async a (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:6480:4834) at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:6480:5913 at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:6480:1903 at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/_c749694c._.js:31:63397 at async s (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/_c749694c._.js:31:63246) at async /home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__c2e8bff3._.js:6480: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]__eaee2046._.js:2:12698) 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 s (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__eaee2046._.js:2:13739) at async Module.C (/home/runner/work/stack-auth/stack-auth/apps/backend/.next/server/chunks/[root-of-the-server]__eaee2046._.js:2:14806) 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@7
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/