ripe-grayR
Refine3y ago
7 replies
ripe-gray

Supabase provider

What I'm doing wrong?

I trying to use supabase as a provider I connect the provider and I'm able to see my first table

resources={[{
name: "hotels",
list: "/hotels",
create: "/hotels/create",
edit: "/hotels/edit/:id",
show: "/hotels/show/:id"
}]}

list and create are working fine, but in my list I don't see the delete button also edit and show button are not working.

I'm using the next example out of the box, just as in the example, only change the inferencer, you can see in the image.

RLS is enable on supabase.
image.png
Was this page helpful?