Skip to content

LinkBreeze v1.1.1

Choose a tag to compare

@Manak-hash Manak-hash released this 07 Jul 18:18

Fixed

  • Fresh-deploy crash (Next.js error 1654975601) — On a fresh docker compose deploy, the SQLite database was created empty because migrations never ran. The first query threw no such table: settings, showing error code 1654975601 on every page. Migrations now run automatically on server startup. The setup wizard appears on first launch as documented. Fixes #34.
  • Healthcheck false-positive/api/health returned 200 without touching the database, so a broken instance still reported "healthy". Now probes the DB with SELECT 1 and returns 503 on failure.

Changed

  • Migration files explicitly bundled via outputFileTracingIncludes in next.config.ts.
  • Added npm run db:migrate script for manual/dev use.

Upgrade

docker compose pull && docker compose up -d

Full changelog: v1.1.0...v1.1.1