PlutoUranus
PPrisma
•Created by PlutoUranus on 12/10/2024 in #help-and-questions
Error at adding Prisma 6.0.1 to NextJs 15: can-connect-to-database
this seems to be happening only for Linux... my environment:
OS: Linux Mint 22 Wilma based on Ubuntu 24.04 noble
Database: using a plain TypeScript project and a local SQLite database file as described in the doc Quick Start page https://www.prisma.io/docs/getting-started/quickstart-sqlite
Node.js version: v22.12.0
Pnpm version: 9.15.0
I made an issue on Prisma Github. There is a bug at Prisma QuickStart migration. See QA discussion: https://github.com/prisma/prisma/discussions/25835
5 replies
PPrisma
•Created by PlutoUranus on 12/10/2024 in #help-and-questions
Error at adding Prisma 6.0.1 to NextJs 15: can-connect-to-database
Hello Nurul, after downgrading to prisma 5.22, the error remains:
5 replies
Vercel deployment broken
The solution: add
server: {preset: "vercel"}
inside your app.config.ts
https://stackoverflow.com/questions/76219797/404-not-found-error-on-solidjs-project-deployed-to-vercel11 replies
404 in deployment with Vercel
The solution: add
server: {preset: "vercel"}
inside your app.config.ts
https://stackoverflow.com/questions/76219797/404-not-found-error-on-solidjs-project-deployed-to-vercel19 replies