PlutoUranus
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:
Error: Schema engine exited. Error: Command failed with exit code 1: /home/user1234/.cache/pnpm/dlx/b4kwuke4fcm2ppufregi7l7yfi/193b4e9b095-5502/node_modules/.pnpm/@prisma+engines@6.0.1/node_modules/@prisma/engines/schema-engine-debian-openssl-3.0.x cli --datasource <REDACTED> can-connect-to-database
Error: Schema engine exited. Error: Command failed with exit code 1: /home/user1234/.cache/pnpm/dlx/b4kwuke4fcm2ppufregi7l7yfi/193b4e9b095-5502/node_modules/.pnpm/@prisma+engines@6.0.1/node_modules/@prisma/engines/schema-engine-debian-openssl-3.0.x cli --datasource <REDACTED> can-connect-to-database
5 replies
SSolidJS
Created by Coop on 5/26/2024 in #support
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-vercel
11 replies
SSolidJS
Created by w4lker on 6/11/2024 in #support
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-vercel
19 replies