Skip to content

[BUG] <title>An Error Occurred An unknown error occurred #245

@kristianvmd

Description

@kristianvmd

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

After installation, these are displayed
image

Expected Behavior

No response

Steps To Reproduce

  1. docker run -it --rm --entrypoint /bin/bash linuxserver/bookstack:latest appkey
  2. Fill out the key and install bookstack

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

docker run -d \
--name=bookstack \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Asia/Shanghai \
-e APP_KEY=xxxxxxxxxx \
-e APP_URL=http://192.168.31.32:6875 \
-e DB_HOST=172.17.0.1 \
-e DB_PORT=3306 \
-e DB_USERNAME=bookstack \
-e DB_PASSWORD=xxxxx \
-e DB_DATABASE=bookstack \
-e QUEUE_CONNECTION=database \
-p 6875:80 \
-v /mnt/sda/appdata/bookstack:/config \
--restart unless-stopped \
linuxserver/bookstack:latest


### Container logs

```bash
stdout: [migrations] started
stdout: [migrations] 01-nginx-site-confs-default: skipped
stdout: [migrations] 02-default-location: skipped
stdout: [migrations] done
stdout: ───────────────────────────────────────
stdout: 
stdout:       ██╗     ███████╗██╗ ██████╗
stdout:       ██║     ██╔════╝██║██╔═══██╗
stdout:       ██║     ███████╗██║██║   ██║
stdout:       ██║     ╚════██║██║██║   ██║
stdout:       ███████╗███████║██║╚██████╔╝
stdout:       ╚══════╝╚══════╝╚═╝ ╚═════╝
stdout: 
stdout:    Brought to you by linuxserver.io
stdout: ───────────────────────────────────────
stdout: 
stdout: To support LSIO projects visit:
stdout: https://www.linuxserver.io/donate/
stdout: 
stdout: ───────────────────────────────────────
stdout: GID/UID
stdout: ───────────────────────────────────────
stdout: 
stdout: User UID:    1000
stdout: User GID:    1000
stdout: ───────────────────────────────────────
stdout: Linuxserver.io version: v24.10.3-ls180
stdout: Build-date: 2024-12-09T18:31:30+00:00
stdout: ───────────────────────────────────────
stdout:     
stdout: Setting resolver to  8.8.8.8 8.8.4.4
stdout: Setting worker_processes to 4
stdout: generating self-signed keys in /config/keys, you can replace these with your own keys if required
stderr: ........+...+++++++++++++++++++++++++++++++++++++++*..+.+......+...+.....+.+.....+...+++++++++++++++++++++++++++++++++++++++*..+......+.+.....+..........+...+............+.....+....+.........+..+...+.+........+......+.+......+........+.........+.+...........+.+.....+...+.+...+...+...+.....+......+....+.........+.....+..........+...+...+..+....+....................+.+..+...+............+......+.......+........+......+......+.............+.....+.+........+.+............+...+...........+...+.+..+...+.........+.......+......+.....+...+..........+......+..............+....+.....+............+....+......+.....+.........+.......+..+...+....+...+...+............+...+.........+........+......+.......+............+..+.+..............+.+.....+....+...+..+.+.........+.....+....+..++++++
stderr: .+.......................+.+.....+...+...+...+.........................+..+.......+++++++++++++++++++++++++++++++++++++++*...+.....+++++++++++++++++++++++++++++++++++++++*..............+.........+.....+.+..+..........+..+...+......+..........+..+.............+..+.............+.....+.+...............+...+..+...+.+.....+.+.....+...+.......+......+.....+......................+..+......+.......+..+...+.+.....++++++
stderr: -----
stdout: Waiting for DB to be available
stdout: 
stdout:    INFO  Nothing to migrate.  
stdout: 
stdout: [custom-init] No custom files found, skipping...
stdout: *** Starting Async Action Queue ***
stdout: [ls.io-init] done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions