Replies: 1 comment 6 replies
-
Same here |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the admin area, when I try to search on a list, I get the following error: "Prisma error: Inconsistent column data: Error creating UUID, invalid character: expected an optional prefix of
urn:uuid:
followed by [0-9a-zA-Z], foundu
at 1"I don't understand why a search would be trying to create a UUID.
I'm running keystone 4.2.1, keystone-6/auth 7.0.0, keystone-6/core 5.0.0, keystone-6/fields-document 7.0.0, prisma (and client/generator) 4.16.2. Node version is 20.10.0.
This happens on all lists, regardless of searchFields configuration. I'm fairly new with keystone, but have poked around the source code. I can't figure out what could be affecting this is. I can share keystone.ts or schema as needed.
If anyone can shed any light on where I should go to keep debugging this, I'd be appreciative.
Beta Was this translation helpful? Give feedback.
All reactions