perroudsky
perroudsky
PPrisma
Created by perroudsky on 5/17/2024 in #help-and-questions
The response size of the query exceeded the the maximum of 5MB
Hi prisma team, Since I've set up Accelerate, some queries won't work because of the 5mb limitation. Strangely, the limitation is activated for a small query fetching approx 300 records, whereas it's working fine for far bigger queries. here's the model: model User { id String @id @default(cuid()) email String? @unique name String? @unique following User[] @relation("UserFollows") } I'm simply trying to get the user's following users
2 replies