stormy-gold•12mo ago
I have been trying to ask the ai/support bot how to assign an error message when using the supabase
I have been trying to ask the ai/support bot how to assign an error message when using the supabase dataprovider and not having any luck.
Basically I am using the Supabase dataprovider, I have a form that has a field called slug, the server will throw an error if it is a duplicate, I want the async form validation to have a friendly description attached to the field.
Right now this is what I have
I have tried variations of this, is the only option to create a custom data provider and handle it in the create? Is there no overrides in the supabase data provider for this kind of handling?
0 Replies