runtime error

Exit code: 1. Reason: Finalizing page optimization ... Collecting build traces ... Route (app) Size First Load JS ┌ ○ / 316 B 96.2 kB ├ ○ /_not-found 874 B 84.7 kB ├ λ /api/[questId]/score 0 B 0 B ├ λ /api/bulk-create 0 B 0 B ├ λ /api/bulk-delete 0 B 0 B ├ λ /api/start 0 B 0 B ├ ○ /quizz 9.98 kB 114 kB └ ○ /results 6.68 kB 103 kB + First Load JS shared by all 83.8 kB ├ chunks/290-b63c71719e503b86.js 28.1 kB ├ chunks/bf6a786c-951cb39cfeee59d2.js 53.8 kB ├ chunks/main-app-210b723f53bd1f4e.js 231 B └ chunks/webpack-d6b5064c36c93960.js 1.73 kB λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps) ○ (Static) automatically rendered as static HTML (uses no initial props) npm notice npm notice New major version of npm available! 10.8.2 -> 11.12.1 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.12.1 npm notice To update run: npm install -g npm@11.12.1 npm notice Prisma schema loaded from prisma/schema.prisma ✔ Generated Prisma Client (v5.6.0) to ./node_modules/@prisma/client in 64ms Start using Prisma Client in Node.js (See: https://pris.ly/d/client) ``` import { PrismaClient } from '@prisma/client' const prisma = new PrismaClient() ``` or start using Prisma Client at the edge (See: https://pris.ly/d/accelerate) ``` import { PrismaClient } from '@prisma/client/edge' const prisma = new PrismaClient() ``` See other ways of importing Prisma Client: http://pris.ly/d/importing-client Prisma schema loaded from prisma/schema.prisma Datasource "db": SQLite database "dev.db" at "file://data/dev.db" Error: Schema engine error: SQLite database error unable to open database file: //data/dev.db

Container logs:

Fetching error logs...