server/utils/oidc-provider.ts throws at module-load when OIDC_COOKIE_SECRET is unset and NODE_ENV is 'production'. Vite substitutes process.env.NODE_ENV as a literal at build time, so 'production' is baked into the .output bundle regardless of the runtime NODE_ENV=development env. Setting OIDC_COOKIE_SECRET clears the throw; the value isn't used for real OIDC traffic in CI since no test exercises the OIDC interaction routes. |
||
|---|---|---|
| .. | ||
| workflows | ||