I installed the application from the UNRAID Apps and while the installation was smooth with no issues and the docker app shows it is running, it isn't accessible.
I checked the logs and have this showing up:
text error warn system array login
composed: false,
currentTarget: Window {},
defaultPrevented: false,
eventPhase: 2,
srcElement: null,
target: Window {},
returnValue: true,
timeStamp: 0,
type: "unhandledrejection",
promise: Promise {
<rejected> Error: database is locked
at async Object.openKv (ext:deno_kv/01_db.ts:10:15)
at async ZX (file:///silverbullet.js:135:13238961)
at async U.Nj [as actionHandler] (file:///silverbullet.js:135:13240503)
at async U.execute (file:///silverbullet.js:24:8601)
at async U.parseCommand (file:///silverbullet.js:24:6314)
at async file:///silverbullet.js:183:6492
},
reason: Error: database is locked
at async Object.openKv (ext:deno_kv/01_db.ts:10:15)
at async ZX (file:///silverbullet.js:135:13238961)
at async U.Nj [as actionHandler] (file:///silverbullet.js:135:13240503)
at async U.execute (file:///silverbullet.js:24:8601)
at async U.parseCommand (file:///silverbullet.js:24:6314)
at async file:///silverbullet.js:183:6492
}
Unhandled rejection: PromiseRejectionEvent {
bubbles: false,
cancelable: true,
composed: false,
currentTarget: Window {},
defaultPrevented: false,
eventPhase: 2,
srcElement: null,
target: Window {},
returnValue: true,
timeStamp: 0,
type: "unhandledrejection",
promise: Promise {
<rejected> Error: database is locked
at async Object.openKv (ext:deno_kv/01_db.ts:10:15)
at async ZX (file:///silverbullet.js:135:13238961)
at async U.Nj [as actionHandler] (file:///silverbullet.js:135:13240503)
at async U.execute (file:///silverbullet.js:24:8601)
at async U.parseCommand (file:///silverbullet.js:24:6314)
at async file:///silverbullet.js:183:6492
},
reason: Error: database is locked
at async Object.openKv (ext:deno_kv/01_db.ts:10:15)
at async ZX (file:///silverbullet.js:135:13238961)
at async U.Nj [as actionHandler] (file:///silverbullet.js:135:13240503)
at async U.execute (file:///silverbullet.js:24:8601)
at async U.parseCommand (file:///silverbullet.js:24:6314)
at async file:///silverbullet.js:183:6492
}
Unhandled rejection: PromiseRejectionEvent {
bubbles: false,
cancelable: true,
composed: false,
currentTarget: Window {},
defaultPrevented: false,
eventPhase: 2,
srcElement: null,
target: Window {},
returnValue: true,
timeStamp: 0,
type: "unhandledrejection",
promise: Promise {
<rejected> Error: database is locked
at async Object.openKv (ext:deno_kv/01_db.ts:10:15)
at async ZX (file:///silverbullet.js:135:13238961)
at async U.Nj [as actionHandler] (file:///silverbullet.js:135:13240503)
at async U.execute (file:///silverbullet.js:24:8601)
at async U.parseCommand (file:///silverbullet.js:24:6314)
at async file:///silverbullet.js:183:6492
},
reason: Error: database is locked
at async Object.openKv (ext:deno_kv/01_db.ts:10:15)
at async ZX (file:///silverbullet.js:135:13238961)
at async U.Nj [as actionHandler] (file:///silverbullet.js:135:13240503)
at async U.execute (file:///silverbullet.js:24:8601)
at async U.parseCommand (file:///silverbullet.js:24:6314)
at async file:///silverbullet.js:183:6492
}
Will run SilverBullet with UID 99, inferred from the owner of /space (set PUID environment variable to override)
Running SilverBullet as silverbullet (configured as PUID 99 and PGID 100)
Will run SilverBullet with UID 99, inferred from the owner of /space (set PUID environment variable to override)
Running SilverBullet as silverbullet (configured as PUID 99 and PGID 100)
Will run SilverBullet with UID 99, inferred from the owner of /space (set PUID environment variable to override)
Running SilverBullet as silverbullet (configured as PUID 99 and PGID 100)
Any suggestions?