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
- error PrismaClientUnknownRequestError:
Invalid `prisma.occurrence.upsert()` invocation:
Error occurred during query execution:
ConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(Error { kind: Db, cause: Some(DbError { severity: "ERROR", parsed_severity: Some(Error), code: SqlState(E54000), message: "index row size 2776 exceeds btree version 4 maximum 2704 for index \"occurrence_notice_id_message_key\"", detail: Some("Index row references tuple (2,8) in relation \"occurrence\"."), hint: Some("Values larger than 1/3 of a buffer page cannot be indexed.\nConsider a function index of an MD5 hash of the value, or use full text indexing."), position: None, where_: None, schema: Some("public"), table: Some("occurrence"), column: None, datatype: None, constraint: Some("occurrence_notice_id_message_key"), file: Some("nbtutils.c"), line: Some(2668), routine: Some("_bt_check_third_page") }) }), transient: false })
at Pn.handleRequestError (/app/node_modules/@prisma/client/runtime/library.js:171:7103)
at Pn.handleAndLogRequestError (/app/node_modules/@prisma/client/runtime/library.js:171:6358)
at Pn.request (/app/node_modules/@prisma/client/runtime/library.js:171:6237)
at async processError (/app/.next/server/app/api/v3/projects/[project_id]/notices/route.js:170:9)
at async POST (/app/.next/server/app/api/v3/projects/[project_id]/notices/route.js:298:9)
at async /app/.next/server/chunks/616.js:1292:37 {
clientVersion: '4.14.0'
}
The text was updated successfully, but these errors were encountered:
https://www.prisma.io/docs/concepts/components/prisma-client/full-text-search#enabling-full-text-search
https://github.com/Linen-dev/linen.dev/blob/main/packages/database/prisma/schema.prisma#L33
prisma/prisma#8950
The text was updated successfully, but these errors were encountered: