4.14.12 源代码中.env.template 复制.env.local后,FILE_TOKEN_KEY 没有设置值,本地pnpm dev报错如下
如果设置FILE_TOKEN_KEY=filetokenkey后,上传附件总是提示网络错误
HTTP_PROXY: undefined
HTTPS_PROXY: undefined
NO_PROXY: undefined
ALL_PROXY: undefined
System initialization failed Error: Invalid environment variables. Please check: FILE_TOKEN_KEY
at onValidationError (../../packages/service/env.ts:127:11)
at eval (../../packages/service/env.ts:17:29)
at (instrument)/../../packages/service/env.ts (.next/dev/server/_instrument_packages_service_common_tracing_index_ts.js:89:1)
at __webpack_require__ (.next/dev/server/webpack-runtime.js:25:31)
at eval (webpack-internal:///(instrument)/./src/service/common/system/index.ts:24:59)
at Function.__webpack_require__ (.next/dev/server/webpack-runtime.js:25:31)
at async Module.register (src/instrumentation.ts:35:11)
125 | onValidationError(issues) {
126 | const paths = issues.map((issue) => issue.path).join(', ');
> 127 | throw new Error(`Invalid environment variables. Please check: ${paths}\n`);
| ^
128 | }
129 | });
130 |
ELIFECYCLE Command failed with exit code 1.
.env.local配置如下

## dockercompose.yml如下
访问http://172.16.1.243:9001/ 以及http://172.16.1.243:9000 可以正常登录
4.14.12 源代码中.env.template 复制.env.local后,FILE_TOKEN_KEY 没有设置值,本地pnpm dev报错如下
如果设置FILE_TOKEN_KEY=filetokenkey后,上传附件总是提示网络错误
.env.local配置如下
访问http://172.16.1.243:9001/ 以及http://172.16.1.243:9000 可以正常登录