Self-Hosted Web #40
web-self-hosted.yml
on: workflow_dispatch
verify
57s
docker
Annotations
3 errors
|
verify
Process completed with exit code 1.
|
|
src/services/sync-orchestrator.test.ts:
apps/web/src/services/sync-orchestrator.ts#L3
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ src/services/sync-orchestrator.ts:3:31
Caused by: Caused by: Error: Invalid environment configuration:
- JWT_SECRET: Required
❯ loadConfig src/config.ts:42:11
❯ src/config.ts:115:23
❯ src/runtime-paths.ts:2:31
|
|
src/routes/auth.test.ts:
apps/web/src/config.ts#L42
Error: Invalid environment configuration:
- JWT_SECRET: Required
❯ loadConfig src/config.ts:42:11
❯ src/config.ts:115:23
❯ src/services/auth-rate-limit.ts:1:1
|