Help setting up db and CRUD with Supabase

What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets)

I’m trying to add a ‘delete’ feature for my client’s ‘recipes’ where each recipe has two arrays of blueprint ids. I’m trying to update the list in the db but there is an error. The db sees it as a list of ints. which is correct.



Is there some RLS that I haven’t accounted for? If so, how do I move over to supabase auth while this app is hosted on plasmic?

What are the reproduction steps?

Relevant links:

Hello, have you tried opening up devtools network tab to inspect what is being sent from the client to the server? This may help you reveal the problem.

No I haven’t but I started over and got to the same problem.

Here is the Form on the right…

When I change the name of the title to ‘Beach Towels’ and Submit it doesn’t reflect in my db.


and the db image