Anyone else have ghost records in their Prisma UI?...
# orm-help
c
Anyone else have ghost records in their Prisma UI? My queries result in errors and it shows no content nor a way to edit or remove the record.
I fixed my schema to meet the new datamodel and now the UI is angry at me
My workaround was to remove the required fields that were empty from the query, which made the fields show up. Updated the required fields, then returned the query to the way it was 😓