It seems the default template fails on deploy with default config.
file:///app/dist/src/env.js:5
if (secretKey.length < SECRET_KEY_MINIMUM_LENGTH) throw new Error(`SECRET_KEY is too short, received: ${secretKey.length}, expected: ${SECRET_KEY_MINIMUM_LENGTH}`);
^
Error: SECRET_KEY is too short, received: 32, expected: 44
at file:///app/dist/src/env.js:5:57
at ModuleJob.run (node:internal/modules/esm/module_job:561:25)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async node:internal/modules/esm/loader:647:26
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:5)
Node.js v24.20.0
Hi there,
It seems the default template fails on deploy with default config.
How to reproduce
Logs