fondfolio
09/12/2020, 11:33 PMPrismaClientUnknownRequestError on any Prisma operation for create (update and delete work). We’re on Heroku Postgres and use a staging database for these Preview deploys. We aren't sure what part of the stack is producing this error. Could it be something with the how the domain is randomly generated for these deploys and not our main domain? Everything works as expected locally. Longer error in threadfondfolio
09/12/2020, 11:33 PMPrismaClientUnknownRequestError: 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("42501"), message: "permission denied for table User", detail: None, hint: None, position: None, where_: None, schema: None, table: None, column: None, datatype: None, constraint: None, file: Some("aclchk.c"), line: Some(3489), routine: Some("aclcheck_error") }) }) })
at PrismaClientFetcher.request (/var/task/node_modules/@prisma/client/runtime/index.js:1:228459)
at processTicksAndRejections (internal/process/task_queues.js:97:5)janpio
User.janpio
fondfolio
09/13/2020, 5:35 PMjanpio