Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Unraid Docker Template -- Post Install Error 500: Internal Server Error #2177

Closed
jlarmstr opened this issue Jan 29, 2025 · 9 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@jlarmstr
Copy link

Describe the bug

Hi -

Went to install the Unraid docker app for Homarr. Downloaded the template, entered an encryption key, left all other options default or blank (most are blank in the template), then installed. Going to the web UI gives error 500: Internal Server Error

Steps to reproduce

Installed on two different Unraid (Ver 7.0) servers, one has about 15 apps (dockers) installed, the other has 1 (pretty much a fresh unraid install). Removed docker and re-dowloaded, same error.

Impact

No impact, just wanted to use this amazing looking app, but looks like no joy on the Unraid server template, will try portainer.

Additional information

No response

Version

1.3.1

Installation method

Docker Run

Browser

Chrome

@manuel-rw
Copy link
Member

Hi, please post your log.

@manuel-rw manuel-rw added question Further information is requested and removed needs triage labels Jan 29, 2025
@Sup3rFlyy
Copy link

Sup3rFlyy commented Jan 29, 2025

Getting the exact same issue. Log is below:

text  error  warn  system  array  login  

}

Node.js v22.13.1
/app/apps/tasks/tasks.cjs:20849
        throw result.error;
        ^

_ZodError: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "String must contain at least 1 character(s)",
    "path": []
  }
]
    at get error (/app/apps/tasks/tasks.cjs:20797:28)
    at ZodDefault.parse (/app/apps/tasks/tasks.cjs:20849:22)
    at Object.<anonymous> (/app/apps/tasks/tasks.cjs:453317:63)
    at Module._compile (node:internal/modules/cjs/loader:1562:14)
    at Object..js (node:internal/modules/cjs/loader:1699:10)
    at Module.load (node:internal/modules/cjs/loader:1313:32)
    at Function._load (node:internal/modules/cjs/loader:1123:12)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5) {
  issues: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'String must contain at least 1 character(s)',
      path: []
    }
  ],
  addIssue: [Function (anonymous)],
  addIssues: [Function (anonymous)],
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'String must contain at least 1 character(s)',
      path: []
    }
  ]
}

Node.js v22.13.1
 ⨯ Error [ZodError]: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "String must contain at least 1 character(s)",
    "path": []
  }
]
    at get error (.next/server/chunks/5143.js:182:27195)
    at ep.parse (.next/server/chunks/5143.js:182:28461)
    at 22214 (.next/server/chunks/3836.js:1:10457)
    at t (.next/server/webpack-runtime.js:1:143)
    at 82750 (.next/server/chunks/3836.js:1:1406)
    at t (.next/server/webpack-runtime.js:1:143)
    at 23836 (.next/server/chunks/3836.js:1:13276)
    at t (.next/server/webpack-runtime.js:1:143)
    at 42800 (.next/server/chunks/5366.js:1:202432)
    at t (.next/server/webpack-runtime.js:1:143) {
  issues: [Array],
  addIssue: [Function (anonymous)],
  addIssues: [Function (anonymous)]
}
Error [TRPCClientError]: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
    at ti.from (.next/server/src/middleware.js:16:3550)
    at <unknown> (.next/server/src/middleware.js:16:33664) {
  shape: undefined,
  data: undefined,
  meta: undefined,
  [cause]: SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
      at JSON.parse (<anonymous>)
      at async ty (.next/server/src/middleware.js:16:7668)
}

@manuel-rw
Copy link
Member

Thanks for posting it. Can you check whether the "AUTH_PROVIDERS" is set to "credentials"? If not, can you try to set it and then check again?

@Sup3rFlyy
Copy link

Sup3rFlyy commented Jan 29, 2025

After adding "credentials" to authentication providers it's now working.

@manuel-rw
Copy link
Member

Thanks, has been fixed in manuel-rw/unraid-templates#15 . Delete and Add Homarr again in Unraid to get the fixed template

@Sup3rFlyy
Copy link

After downloading the new template with credentials as the default it's back to the 500 internal error.

Error [TRPCClientError]: no such table: serverSetting
at ti.from (.next/server/src/middleware.js:16:3510)
at (.next/server/src/middleware.js:16:33556) {
cause: undefined,
shape: [Object],
data: [Object],
meta: [Object]
}
at n8 (.next/server/chunks/4687.js:489:54893)
at async oe (.next/server/chunks/4687.js:489:57629) {
code: 'SQLITE_ERROR'
}
},
name: 'd',
type: 'AdapterError',
kind: 'error'
}
2025-01-30T11:57:25.314Z error: [object Object]
The above error also had these properties on it:
{
err: SqliteError: no such table: session
at I.prepareQuery (.next/server/chunks/5143.js:164:94639)
at I.prepareOneTimeQuery (.next/server/chunks/5143.js:164:93506)
at d._prepare (.next/server/chunks/5143.js:170:79164)
at d.get (.next/server/chunks/5143.js:170:79379)
at getSessionAndUser (.next/server/chunks/4687.js:121:43999)
at A. (.next/server/chunks/4687.js:122:57345)
at nK (.next/server/chunks/4687.js:489:49414)
at n8 (.next/server/chunks/4687.js:489:54893)
at async oe (.next/server/chunks/4687.js:489:57629) {
code: 'SQLITE_ERROR'
}
}
2025-01-30T11:57:25.315Z error: v: Read more at https://errors.authjs.dev#sessiontokenerror
at nK (/app/apps/nextjs/.next/server/chunks/4687.js:489:49930)
at async n8 (/app/apps/nextjs/.next/server/chunks/4687.js:489:54887)
at async oe (/app/apps/nextjs/.next/server/chunks/4687.js:489:57629)
at async ou (/app/apps/nextjs/.next/server/chunks/4687.js:489:60235)
at async tr.do (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:17582)
at async tr.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:22212)
at async doRender (/app/node_modules/next/dist/server/base-server.js:1452:42)
at async responseGenerator (/app/node_modules/next/dist/server/base-server.js:1822:28)
at async NextNodeServer.renderToResponseWithComponentsImpl (/app/node_modules/next/dist/server/base-server.js:1832:28)
at async NextNodeServer.renderPageComponent (/app/node_modules/next/dist/server/base-server.js:2259:24)
The above error also had these properties on it:
{
cause: {
err: SqliteError: no such table: session
at I.prepareQuery (.next/server/chunks/5143.js:164:94639)
at I.prepareOneTimeQuery (.next/server/chunks/5143.js:164:93506)
at d._prepare (.next/server/chunks/5143.js:170:79164)
at d.get (.next/server/chunks/5143.js:170:79379)
at getSessionAndUser (.next/server/chunks/4687.js:121:43999)
at A. (.next/server/chunks/4687.js:122:57345)
at nK (.next/server/chunks/4687.js:489:49414)
at n8 (.next/server/chunks/4687.js:489:54893)
at async oe (.next/server/chunks/4687.js:489:57629) {
code: 'SQLITE_ERROR'
}
},
name: 'v',
type: 'SessionTokenError',
kind: 'error'
}
2025-01-30T11:57:25.316Z error: [object Object]
The above error also had these properties on it:
{
err: SqliteError: no such table: session
at I.prepareQuery (.next/server/chunks/5143.js:164:94639)
at I.prepareOneTimeQuery (.next/server/chunks/5143.js:164:93506)
at d._prepare (.next/server/chunks/5143.js:170:79164)
at d.get (.next/server/chunks/5143.js:170:79379)
at getSessionAndUser (.next/server/chunks/4687.js:121:43999)
at A. (.next/server/chunks/4687.js:122:57345)
at nK (.next/server/chunks/4687.js:489:49414)
at n8 (.next/server/chunks/4687.js:489:54893)
at async oe (.next/server/chunks/4687.js:489:57629) {
code: 'SQLITE_ERROR'
}
}
2025-01-30T11:57:25.319Z info: tRPC request from server-fetch by user 'undefined (undefined)'
2025-01-30T11:57:25.338Z error: tRPC Error with query on 'serverSettings.getCulture': (INTERNAL_SERVER_ERROR) - no such table: serverSetting
SqliteError: no such table: serverSetting
at Database.prepare (/app/node_modules/better-sqlite3/lib/methods/wrappers.js:5:21)
at I.prepareQuery (/app/apps/nextjs/.next/server/chunks/5143.js:164:94639)
at QueryPromise._prepare (/app/apps/nextjs/.next/server/chunks/5143.js:170:88719)
at QueryPromise.executeRaw (/app/apps/nextjs/.next/server/chunks/5143.js:170:89295)
at QueryPromise.execute (/app/apps/nextjs/.next/server/chunks/5143.js:170:89366)
at QueryPromise.then (/app/apps/nextjs/.next/server/chunks/5143.js:170:55294)
SqliteError: no such table: serverSetting

@manuel-rw manuel-rw reopened this Jan 30, 2025
@manuel-rw manuel-rw self-assigned this Jan 30, 2025
@manuel-rw manuel-rw added bug Something isn't working and removed question Further information is requested labels Jan 30, 2025
@manuel-rw
Copy link
Member

After downloading the new template with credentials as the default it's back to the 500 internal error.

Error [TRPCClientError]: no such table: serverSetting
at ti.from (.next/server/src/middleware.js:16:3510)
at (.next/server/src/middleware.js:16:33556) {
cause: undefined,
shape: [Object],
data: [Object],
meta: [Object]
}
at n8 (.next/server/chunks/4687.js:489:54893)
at async oe (.next/server/chunks/4687.js:489:57629) {
code: 'SQLITE_ERROR'
}
},
name: 'd',
type: 'AdapterError',
kind: 'error'
}
2025-01-30T11:57:25.314Z error: [object Object]
The above error also had these properties on it:
{
err: SqliteError: no such table: session
at I.prepareQuery (.next/server/chunks/5143.js:164:94639)
at I.prepareOneTimeQuery (.next/server/chunks/5143.js:164:93506)
at d._prepare (.next/server/chunks/5143.js:170:79164)
at d.get (.next/server/chunks/5143.js:170:79379)
at getSessionAndUser (.next/server/chunks/4687.js:121:43999)
at A. (.next/server/chunks/4687.js:122:57345)
at nK (.next/server/chunks/4687.js:489:49414)
at n8 (.next/server/chunks/4687.js:489:54893)
at async oe (.next/server/chunks/4687.js:489:57629) {
code: 'SQLITE_ERROR'
}
}
2025-01-30T11:57:25.315Z error: v: Read more at errors.authjs.dev#sessiontokenerror#sessiontokenerror
at nK (/app/apps/nextjs/.next/server/chunks/4687.js:489:49930)
at async n8 (/app/apps/nextjs/.next/server/chunks/4687.js:489:54887)
at async oe (/app/apps/nextjs/.next/server/chunks/4687.js:489:57629)
at async ou (/app/apps/nextjs/.next/server/chunks/4687.js:489:60235)
at async tr.do (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:17582)
at async tr.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:22212)
at async doRender (/app/node_modules/next/dist/server/base-server.js:1452:42)
at async responseGenerator (/app/node_modules/next/dist/server/base-server.js:1822:28)
at async NextNodeServer.renderToResponseWithComponentsImpl (/app/node_modules/next/dist/server/base-server.js:1832:28)
at async NextNodeServer.renderPageComponent (/app/node_modules/next/dist/server/base-server.js:2259:24)
The above error also had these properties on it:
{
cause: {
err: SqliteError: no such table: session
at I.prepareQuery (.next/server/chunks/5143.js:164:94639)
at I.prepareOneTimeQuery (.next/server/chunks/5143.js:164:93506)
at d._prepare (.next/server/chunks/5143.js:170:79164)
at d.get (.next/server/chunks/5143.js:170:79379)
at getSessionAndUser (.next/server/chunks/4687.js:121:43999)
at A. (.next/server/chunks/4687.js:122:57345)
at nK (.next/server/chunks/4687.js:489:49414)
at n8 (.next/server/chunks/4687.js:489:54893)
at async oe (.next/server/chunks/4687.js:489:57629) {
code: 'SQLITE_ERROR'
}
},
name: 'v',
type: 'SessionTokenError',
kind: 'error'
}
2025-01-30T11:57:25.316Z error: [object Object]
The above error also had these properties on it:
{
err: SqliteError: no such table: session
at I.prepareQuery (.next/server/chunks/5143.js:164:94639)
at I.prepareOneTimeQuery (.next/server/chunks/5143.js:164:93506)
at d._prepare (.next/server/chunks/5143.js:170:79164)
at d.get (.next/server/chunks/5143.js:170:79379)
at getSessionAndUser (.next/server/chunks/4687.js:121:43999)
at A. (.next/server/chunks/4687.js:122:57345)
at nK (.next/server/chunks/4687.js:489:49414)
at n8 (.next/server/chunks/4687.js:489:54893)
at async oe (.next/server/chunks/4687.js:489:57629) {
code: 'SQLITE_ERROR'
}
}
2025-01-30T11:57:25.319Z info: tRPC request from server-fetch by user 'undefined (undefined)'
2025-01-30T11:57:25.338Z error: tRPC Error with query on 'serverSettings.getCulture': (INTERNAL_SERVER_ERROR) - no such table: serverSetting
SqliteError: no such table: serverSetting
at Database.prepare (/app/node_modules/better-sqlite3/lib/methods/wrappers.js:5:21)
at I.prepareQuery (/app/apps/nextjs/.next/server/chunks/5143.js:164:94639)
at QueryPromise._prepare (/app/apps/nextjs/.next/server/chunks/5143.js:170:88719)
at QueryPromise.executeRaw (/app/apps/nextjs/.next/server/chunks/5143.js:170:89295)
at QueryPromise.execute (/app/apps/nextjs/.next/server/chunks/5143.js:170:89366)
at QueryPromise.then (/app/apps/nextjs/.next/server/chunks/5143.js:170:55294)
SqliteError: no such table: serverSetting

This has been fixed in #2188 . Next Homarr update should fix this.

@jlarmstr
Copy link
Author

jlarmstr commented Jan 31, 2025

I am the person who originally opened the ticket, I had two issues that originated this report. First, I had a copy paste error in my secret_encryption key but correcting that still yielded the 500 Internal Server error, but after reading the other users' experience, I downloaded the new template with the correct key generated per instruction and it worked. So for other reasons, I removed the docker container for Homarr (just as the other use did) and then reinstalled from scratch, all other items being correct... and I was surprised to get back to the 500: Internal Server Error, This is on my main unraid server, I will call it server 1. Now, I have a second unraid server where I repeated the same steps to get Homarr to work, deleted the container and reinstalled from the same "new" template with "credentials", server 2 worked fine on reinstall.

For Server 1: here are the logs now:

text error warn system array login

expected: 'string',
received: 'undefined',
path: [ 'DB_URL' ],
message: 'Required'

}
]
/app/db/migrations/sqlite/migrate.cjs:47635
throw new Error("Invalid environment variables");
^

Error: Invalid environment variables
at onValidationError (/app/db/migrations/sqlite/migrate.cjs:47635:11)
at createEnv (/app/db/migrations/sqlite/migrate.cjs:47641:12)
at createEnv2 (/app/db/migrations/sqlite/migrate.cjs:47682:10)
at Object. (/app/db/migrations/sqlite/migrate.cjs:51755:11)
at Module._compile (node:internal/modules/cjs/loader:1562:14)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32)
at Function._load (node:internal/modules/cjs/loader:1123:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)

Node.js v22.13.1
❌ Invalid environment variables: [
{
code: 'invalid_type',
expected: 'string',
received: 'undefined',
path: [ 'DB_URL' ],
message: 'Required'
}
]
❌ Invalid environment variables: [
{
code: 'invalid_type',
expected: 'string',
received: 'undefined',
path: [ 'DB_URL' ],
message: 'Required'
}
]
/app/apps/tasks/tasks.cjs:427159
throw new Error("Invalid environment variables");
^

Error: Invalid environment variables
at onValidationError (/app/apps/tasks/tasks.cjs:427159:11)
at createEnv (/app/apps/tasks/tasks.cjs:427165:12)
at createEnv2 (/app/apps/tasks/tasks.cjs:427206:10)
at Object. (/app/apps/tasks/tasks.cjs:436468:12)
at Module._compile (node:internal/modules/cjs/loader:1562:14)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32)
at Function._load (node:internal/modules/cjs/loader:1123:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)

Node.js v22.13.1
/app/apps/websocket/wssServer.cjs:498552
throw new Error("Invalid environment variables");
^

Error: Invalid environment variables
at onValidationError (/app/apps/websocket/wssServer.cjs:498552:11)
at createEnv (/app/apps/websocket/wssServer.cjs:498558:12)
at createEnv2 (/app/apps/websocket/wssServer.cjs:498599:10)
at Object. (/app/apps/websocket/wssServer.cjs:498651:11)
at Module._compile (node:internal/modules/cjs/loader:1562:14)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32)
at Function._load (node:internal/modules/cjs/loader:1123:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)

Node.js v22.13.1
(node:23) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
20:C 31 Jan 2025 03:58:25.539 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
20:C 31 Jan 2025 03:58:25.539 * Redis version=7.2.7, bits=64, commit=00000000, modified=0, pid=20, just started
20:C 31 Jan 2025 03:58:25.539 * Configuration loaded
20:M 31 Jan 2025 03:58:25.539 * monotonic clock: POSIX clock_gettime
20:M 31 Jan 2025 03:58:25.540 * Running mode=standalone, port=6379.
20:M 31 Jan 2025 03:58:25.540 * Server initialized
20:M 31 Jan 2025 03:58:25.540 * Ready to accept connections tcp
▲ Next.js 15.1.6

✓ Starting...
✓ Ready in 210ms

@Topbcy
Copy link

Topbcy commented Jan 31, 2025

我是最初開票的人,我有兩個問題引發了這份報告。首先,我的secret_encryption 金鑰中存在複製貼上錯誤,但修正後仍然產生了500 內部伺服器錯誤,但在閱讀了其他用戶的體驗後,我下載了新模板,其中包含每條指令生成的正確金鑰,並且有效。因此,出於其他原因,我刪除了Homarr 的docker 容器(就像其他用途一樣),然後從頭開始重新安裝,所有其他項目都是正確的。。並且我很驚訝地回到500:內部伺服器錯誤,這是我的主 unraid 伺服器,我將其稱為伺服器 1。現在,我有第二個 unraid 伺服器,我重複相同的步驟讓 Homarr 工作,刪除容器並從具有「憑證」的相同「新」範本重新安裝,伺服器 2 在重新安裝方面運作良好。

對於伺服器 1:現在是日誌:

文字錯誤警告系統陣列登入

expected: 'string',
received: 'undefined',
path: [ 'DB_URL' ],
message: 'Required'

} ]/app/db/migrations/sqlite/migrate。cjs:47635拋出新錯誤("無效環境變數"); ^

錯誤:環境變數無效在 onValidationError (/app/db/migrations/sqlite/migrate。cjs:47635:11)在 createEnv (/app/db/migrations/sqlite/migrate。cjs:47641:12)在 createEnv2 (/app/db/migrations/sqlite/migrate。cjs:47682:10)在對象。(/app/db/migrations/sqlite/migrate。cjs:51755:11)at Module。_compile(節點:internal/modules/cjs/loader:1562:14)在物件...js(節點:內部/模組/cjs/載入器:1699:10)at Module。load(節點:internal/modules/cjs/loader:1313:32)在 Function。_load(節點:內部/模組/cjs/loader:1123:12)在 TracingChannel。traceSync(節點:diagnostics_channel:322:14)at wrapModuleLoad(節點:內部/模組/cjs/載入器:217:24)

節點。js v22。13。1❌ 無效環境變數:[ {代碼:“無效_類型”,預期:“字串”,收到:"未定義",路徑:["DB_URL"],訊息:'必需' } ]❌ 無效環境變數:[ {代碼:“無效_類型”,預期:“字串”,收到:"未定義",路徑:["DB_URL"],訊息:'必需' } ]/app/apps/tasks/tasks。cjs:427159拋出新錯誤("無效環境變數"); ^

錯誤:環境變數無效在 onValidationError (/app/apps/tasks/tasks。cjs:427159:11)在 createEnv (/app/apps/tasks/tasks。cjs:427165:12)在 createEnv2 (/app/apps/tasks/tasks。cjs:427206:10)在對象。(/app/apps/tasks/tasks。cjs:436468:12)at Module。_compile(節點:internal/modules/cjs/loader:1562:14)在物件...js(節點:內部/模組/cjs/載入器:1699:10)at Module。load(節點:internal/modules/cjs/loader:1313:32)在 Function。_load(節點:內部/模組/cjs/loader:1123:12)在 TracingChannel。traceSync(節點:diagnostics_channel:322:14)at wrapModuleLoad(節點:內部/模組/cjs/載入器:217:24)

節點。js v22。13。1/app/apps/websocket/wssServer。cjs:498552拋出新錯誤("無效環境變數"); ^

錯誤:環境變數無效在 onValidationError (/app/apps/websocket/wssServer。cjs:498552:11)在 createEnv (/app/apps/websocket/wssServer。cjs:498558:12)在 createEnv2 (/app/apps/websocket/wssServer。cjs:498599:10)在對象。(/app/apps/websocket/wssServer。cjs:498651:11)at Module。_compile(節點:internal/modules/cjs/loader:1562:14)在物件...js(節點:內部/模組/cjs/載入器:1699:10)at Module。load(節點:internal/modules/cjs/loader:1313:32)在 Function。load(節點:內部/模組/cjs/loader:1123:12)2 追蹤頻道。tracesync(:diagnostics_channel:322:14在 wrawModuleLoad(*:±/±/cjs/± oneari:217:24

節點。js v22。13。1(節點:23) [DEP0040] 棄用警告: punycode 模組已棄用。請使用 userland 替代方案。(使用 node --trace-deprecation ... 顯示警告的建立位置)20:C 2025 年 1 月 31 日 03:58:25。539 * oO0OoO0OoO0OoRedis 正在啟動 oO0OoO0OoOOO0OoO0Oo20:C 2025 年 1 月 31 日 03:58:25。539 * Redis 版本 =7。2。7,bit=64,commit=00000000,modified=0,pid=20,剛開始20:C 2025 年 1 月 31 日 03:58:25。539 * 配置已載入20:M 2025 年 1 月 31 日 03:58:25。539 * 單調時鐘:POSIX 時鐘_gettime20:M 2025 年 1 月 31 日 03:58:25。540 * 運行模式=獨立,連接埠=6379。20:M 2025 年 1 月 31 日 03:58:25。540 * 伺服器已初始化20:M 2025 年 1 月 31 日 03:58:25。540 * 準備接受連線 tcp▲ Next。js 15。1。6

✓ 開始...✓ 210 毫秒內準備好

same with you, using Unraid , I dont have any idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

4 participants