runtime error

B ├ λ /api/collections/[id]/visibility 0 B 0 B ├ ○ /api/login 0 B 0 B ├ λ /api/me 0 B 0 B └ λ /login/callback 1.37 kB 102 kB + First Load JS shared by all 83.9 kB ├ chunks/290-ba42cfcef521ed71.js 28.1 kB ├ chunks/bf6a786c-aaa704b0380bb1b3.js 53.7 kB ├ chunks/main-app-210b723f53bd1f4e.js 232 B └ chunks/webpack-de28daf207aa3e6d.js 1.83 kB λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps) ○ (Static) automatically rendered as static HTML (uses no initial props) Prisma schema loaded from prisma/schema.prisma ✔ Generated Prisma Client (v5.5.2) to ./node_modules/@prisma/client in 100ms 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 ┌─────────────────────────────────────────────────────────┐ │ Update available 5.5.2 -> 5.6.0 │ │ Run the following to update │ │ npm i --save-dev prisma@latest │ │ npm i @prisma/client@latest │ └─────────────────────────────────────────────────────────┘ 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...