You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Invalid environment variables
at prop (/app/node_modules/@t3-oss/env-core/index.ts:207:31)
at h (/app/node_modules/@t3-oss/env-core/index.ts:228:1)
at (/app/src/env.ts:14:20)
at Object. (/app/src/env.ts:90:24)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Object.h (/app/node_modules/tsx/dist/global-require-patch-BIDBwysJ.cjs:1:1094)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:121:18)
Has the bug been reported before
(Y/N) - N
Actual Behaviour
What happens instead?
Environment
Linux Server
Althogh variable and its values present in .env
The text was updated successfully, but these errors were encountered:
Description
Invalid environment variables: { HASHING_KEY_SECRET: [ 'Required' ] }
/app/node_modules/@t3-oss/env-core/index.ts:207
!prop.startsWith(opts.clientPrefix) &&
^
Error: Invalid environment variables
at prop (/app/node_modules/@t3-oss/env-core/index.ts:207:31)
at h (/app/node_modules/@t3-oss/env-core/index.ts:228:1)
at (/app/src/env.ts:14:20)
at Object. (/app/src/env.ts:90:24)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Object.h (/app/node_modules/tsx/dist/global-require-patch-BIDBwysJ.cjs:1:1094)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:121:18)
Has the bug been reported before
(Y/N) - N
Actual Behaviour
What happens instead?
Environment
Linux Server
Althogh variable and its values present in .env
The text was updated successfully, but these errors were encountered: