logto 安装后不能正常运行

安装logto后不能正常启动,检查错误日志如下,求大佬指导

e[2K1Panel-logto-ByB0  | 
e[2K1Panel-logto-ByB0  | > cli
e[2K1Panel-logto-ByB0  | > logto db seed --swe
e[2K1Panel-logto-ByB0  | 
e[2K1Panel-logto-ByB0  | info Seeding skipped
e[2K1Panel-logto-ByB0  | 
e[2K1Panel-logto-ByB0  | > start
e[2K1Panel-logto-ByB0  | > cd packages/core && NODE_ENV=production node .
e[2K1Panel-logto-ByB0  | 
e[2K1Panel-logto-ByB0  | (node:44) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
e[2K1Panel-logto-ByB0  | (Use `node --trace-warnings ...` to show where the warning was created)
e[2K1Panel-logto-ByB0  | index    error Error while initializing app:
e[2K1Panel-logto-ByB0  | index    error Error: timeout expired
e[2K1Panel-logto-ByB0  |     at Timeout._onTimeout (/etc/logto/node_modules/.pnpm/pg@8.11.3/node_modules/pg/lib/client.js:106:28)
e[2K1Panel-logto-ByB0  |     at listOnTimeout (node:internal/timers:581:17)
e[2K1Panel-logto-ByB0  |     at process.processTimers (node:internal/timers:519:7)

日志看着是连接超时,postgresql连接正常吗

还有就是logto要反向代理网站,并启用 HTTPS,不然访问服务api好像有问题