github Kha-kis/arr-dashboard v2.8.2
v2.8.2 - Docker Startup Crash Hotfix

latest releases: v2.24.1, v2.24.0, v2.23.0...
6 months ago

Fixed

  • API Crash on Startup (Docker) — Fixed TypeError: Cannot read properties of undefined (reading 'graph') that prevented the API from starting in v2.8.1 Docker builds. The root cause was a Prisma client version mismatch: tsup bundled the 7.3.0-generated config while @prisma/client 7.4.0 runtime expected the newer parameterizationSchema.graph field. The Dockerfile now runs prisma generate before the build step so the bundled config always matches the installed runtime. (#105)

CI Improvements

  • Made pnpm audit non-blocking (continue-on-error: true) to prevent npm registry outages from failing builds
  • Fixed Turbo cache path from .turbo to node_modules/.cache/turbo for proper CI caching

Full Changelog: v2.8.1...v2.8.2

Don't miss a new arr-dashboard release

NewReleases is sending notifications on new releases.