You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument `message` must not be null.
at An (/app/node_modules/@prisma/client/runtime/library.js:114:7526)
at _n.handleRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7392)
at _n.handleAndLogRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7057)
at _n.request (/app/node_modules/@prisma/client/runtime/library.js:121:6741)
at async l (/app/node_modules/@prisma/client/runtime/library.js:130:9355)
at async d (/app/.next/server/app/api/v3/notices/route.js:1:1461)
at async y (/app/.next/server/app/api/v3/notices/route.js:1:3104)
at async /app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:34666
at async eS.execute (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:25813)
at async eS.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:6:35920) {
clientVersion: '5.18.0'
}
PrismaClientKnownRequestError:
Invalid `prisma.hourlyOccurrence.groupBy()` invocation:
Assertion violation on the database: `too many bind variables in prepared statement, expected maximum of 32767, received 295421`
at _n.handleRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7749)
at _n.handleAndLogRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7057)
at _n.request (/app/node_modules/@prisma/client/runtime/library.js:121:6741)
at async l (/app/node_modules/@prisma/client/runtime/library.js:130:9355)
at async N (/app/.next/server/app/projects/[project_id]/edit/page.js:1:104127) {
code: 'P2035',
clientVersion: '5.18.0',
meta: {
modelName: 'HourlyOccurrence',
database_error: 'too many bind variables in prepared statement, expected maximum of 32767, received 295421'
},
digest: '1655895024'
}
PrismaClientKnownRequestError:
Invalid `prisma.hourlyOccurrence.groupBy()` invocation:
Assertion violation on the database: `too many bind variables in prepared statement, expected maximum of 32767, received 295421`
at _n.handleRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7749)
at _n.handleAndLogRequestError (/app/node_modules/@prisma/client/runtime/library.js:121:7057)
at _n.request (/app/node_modules/@prisma/client/runtime/library.js:121:6741)
at async l (/app/node_modules/@prisma/client/runtime/library.js:130:9355)
at async N (/app/.next/server/app/projects/[project_id]/edit/page.js:1:104127) {
code: 'P2035',
clientVersion: '5.18.0',
meta: {
modelName: 'HourlyOccurrence',
database_error: 'too many bind variables in prepared statement, expected maximum of 32767, received 295421'
},
digest: '1655895024'
}
The text was updated successfully, but these errors were encountered:
prisma/prisma#21648
The text was updated successfully, but these errors were encountered: