Couldn't create record in Supabase
Hello everyone. I'm having the following issue in buildship:
1. I'm trying to create a new row in Supabase
2. When testing, it always returns code 205 and nothing gets added to Supabase
3. At the same time, if I use Node which reads rows instead of writing, it works properly
I thought maybe it's related to policies, but no, in another application everything works correctly. How can I fix this?
7 Replies
Hey @artemplayback, this kind of issue generally occurs when you are trying to add incompatible data types into your Supabase table. I'd suggest you to verify the data you're trying to add to make sure it aligns with the expected data types for the table columns.
I am sure that data types are correct
ok, I found out
Ah, I see... Can you check if this node works when you add your Supabase Secret Key (the one you're using for the API Key) for the token as well?
Thank you, but I've already figured it out. It's working now
I have another issue now..
can you share how did you fix it? @artemplayback
I didn't