Thelounge Unable to load sqlite3 module

Hello to the linuxserver.io Team,

I have a problem with the latest Thelounge release. Here I get the error message:
[ERROR] Unable to load sqlite3 module. See Binaries · TryGhost/node-sqlite3 Wiki · GitHub
Currently I don’t have a backlog, old messages are no longer loaded, everything else works perfectly.
Can anyone help me here?

My configuration:

  • Docker-CE version: 20.10.12
  • Docker-Compose Version: 1.29.2
  • System: Ubuntu 20.04 LTS

Thelounge Docker-Compose file:

version: "2.1"
services:
  thelounge:
    image: lscr.io/linuxserver/thelounge
    container_name: thelounge
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Berlin
    volumes:
      - /app/thelounge:/config
    ports:
      - 9040:9000
    restart: unless-stopped

I’m having the same issue. Currently I’m using the tag 4.3.0 (so pulling linuxserver/thelounge:4.3.0) which resolves the issue temporarily. Waiting for an update to resolve this because I think the latest version is broken

Using docker on Unraid by the way.

The new Version ist working now, thanks.

It’s still not working on the latest nightly for me unfortunately, I haven’t seen a new version with the “latest” tag yet either.