My team and I are running into an issue with the d...
# prisma-data-platform
t
My team and I are running into an issue with the data platform. I’ve attached a screenshot of an odd error that occurs when displaying a table. Out of 15 tables, it only appears to happen on one of them. We can run prisma studio locally with the same DB connection string just fine. Can access the table just fine locally. Anyone know what’s causing this or how to fix?
👍 2
here’s the model to the table that won’t open.
Copy code
model User {
  id              String              @id @default(cuid())
  createdAt       DateTime            @default(now())
  updatedAt       DateTime?           @updatedAt
  email           String              @unique(map: "User.email_unique")
  password        String?
  firstName       String
  lastName        String
  consent         Boolean             @default(false)
  sentInvitations Invitation[]
  apps            UserAppConnection[]
  tokens          UserTokens?
  isDeleted       Boolean             @default(false)
  deletedAt       DateTime?
}
a
Hello @Tyler Bell, Thanks for letting us know about your issue. Have you opened a ticket on Intercom? cc @Spiros - Product at Prisma
t
I have not… Should I do that?
Just submitted bug via intercom.
👍 1
j
Hi there, we are also experiencing this issue on the data platform, and can’t use it since two weeks ago
a
Hello Joshua, can you please open a support ticket on Intercom if you haven’t yet?