opposite-copperO
Refine•3y ago•
4 replies
opposite-copper

Refine beginner: How to use supabase queries? In Inferencer Templates

Hello everyone,
I am new to React, Refine and NextJS. I trying to build a website with my supabase database.
But I do not understand how queries work on the newest Refine version.

I have a "edit" page. The edit page works, but it doesnt insert the values from the database into the textfields.
I always get this error message:
"relation "public.cases" does not exist
Error (status code: 42)"

I know that it has to do something with the queryResult tag. But I dont see any option to change the resource/source. My relation is called "case" not "cases"... How do I change the relation the query is using??

Thanks! 😄
Was this page helpful?