Prisma

P

Prisma

Join the community to ask questions about Prisma and get answers from other members.

Join

No matter what command I run, I keep getting the error “maximum call stack size exceeded.”

Hello, I’m encountering an issue where running commands like npx prisma generate and npx prisma migrate reset --force results in the error “maximum call stack size exceeded.” I came across guidance on X (Twitter) and decided to join Discord for further assistance. Originally, I was working on a Mac Studio, but after moving my development environment to a MacBook, this error has been consistently occurring. Docker is running properly....
No description

Unexpected error login into prisma console

Hello guys, I am no longer able to login to the prisma console platform. I keep getting this error, "unexpected server error" as seen in the attached image. Please, how do I fix this?
No description

Prisma Migrate dev --create-only resets my DB!

```jack@dance-party Wanyama % npx prisma migrate dev --name "add_other_to_win_state" --create-only Environment variables loaded from .env Prisma schema loaded from prisma/schema.prisma Datasource "db": MySQL database "wanyama" at "eu01.jpy.gg:3307"...

Easy prisma question, users or chatroomusers in functions

I'm making a chat and i want to be sure what to use in my situation in functions like prisma.chatroom. create ({data:{name,users or prisma.chatroom. create ...
No description

Purge Global Cache via API

I was wondering if there was any way to programmatically purge the global Accelerate cache via the API. I understand that there's still a limit of 10x an hour but it would be nice to have an automation setup in our data pipeline to purge the cache whenever we update our daily datasets

Cannot import type in svelte component

Hi, I'm trying to use prisma-generated types in a Svelte (client side) component. ```jsx <script lang="ts"> import { TagType } from '@prisma/client'; import { cn } from '$lib/utils';...

Cannot Use Locally Host MongoDB in Prisma

I have try to connect the mongodb using prisma. It throw an error. It will show an error of url that i have provide to the DATABASE_URL=mongodb://localhost:2174/testdb

Console down still/again?

I see an incident that occurred this morning and was marked as resolved. Seems the console is down again? We've also noticed many timeouts today happened rather irregularly? Any update if this is happening to others or we will continue to investigate on our end.

Get "normal" database credentials from prisma.io Postgres db.

Hey! I want to connect my primsa postgres db to metabase. For this I need the "normal" postgres credentials, how can I get them?...

Update help

Hey, i want to apply a newer prisma schema to an older database (adding all new tables). The problem is, that it suggests me clearing the database but this isn't an option. It tells me something like "migration drift"

Why `prisma generate --sql` needs to have `DATABASE_URL`?

I'm getting this error when executing prisma generate --sql but not if executing prisma generate: ``` 4.679 api:build: > prisma generate --sql 4.679 api:build: ...

How to create a new database w/ schema from Node - not CLI?

Hey all, trying to figure a problem out. I'm building a desktop app (Electron, Node, React, Prisma, etc) that will run from user's computer. In my use case users can create multiple instances of the app - think a different savegame in a video game. For this, I would really like to have different databases for each instance - db1.db, db2.db, db3.db, etc. I know how to solve this with storing all the data in one Sqlite db and indexing etc, but would prefer totally different DBs I know how to do all of this from CLI with db push, migrate, and other commands. But can't figure out how to do it from Node itself What I would like to do is if a user creates a new instance, I build a filename and path, then create the new datbase file w/ schema at that location. And a PrismaClient instance is created for it. ...

Composing relation types

How do ya'll set up your relation types? I currently have one big type that includes all relations: ```typscript...

Any reason on why Prisma would allow a non-type safe query?

Hey, recently we refactored our schema.prisma by renaming some relations. We expected that some queries would stop working and that TypeScript would warn us about these issues. Fast forward to today, when we noticed part of our website wasn't functioning. After investigating the query, we discovered that Prisma/TypeScript wasn't warning us about a missing relation that no longer exists.
No description

Is my way the most optimal in this case ?

So based on my research previously if you wanted to delete an element from an array, you'd have to get the array first with a separate call then filter it with javascript, however I did notice new ways popping up but none of them seemed to work with me (I think because the array isn't an array of a certain model?). This is my model: `model Wishlist {...

Can't delete

Running prisma 6.4.1 with Planetscale I cannot seem to run any delete operation. Tried both from studio and from prisma client and neither run, no errors output either.

Prisma postgresql

Hello i have a problem with generate client Environment variables loaded from ../.env Prisma schema loaded from schema.prisma ...

Can't use a locally hosted postgresql database on Prisma.

It keeps throwing the error 'Error validating datasource db: the URL must start with the protocol prisma://', though I see many people using it all the time. My schema is ``` generator client {...

HELP WANTED! Prisma 4.16.2 with MongoDB 8.0

Hi, I'm in a bit of a bind. I'm currently using Prisma version 4.16.2 with MongoDB 6.0, but since MongoDB 6.0 is reaching its EOL in July, we need to upgrade. I was thinking of upgrading from 6.0 to 7.0, then to 8.0. However, I couldn't find much information online, and I came across something suggesting that Prisma 4.x might not be compatible with MongoDB 7 or 8. Has anyone faced a similar issue or can share any insights? Thanks for help!