artemplayback
artemplayback10mo ago

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
Bhavya
Bhavya10mo ago
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.
artemplayback
artemplayback10mo ago
I am sure that data types are correct
No description
No description
No description
artemplayback
artemplayback10mo ago
ok, I found out
Bhavya
Bhavya10mo ago
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?
artemplayback
artemplayback10mo ago
Thank you, but I've already figured it out. It's working now I have another issue now..
Julius
Julius5mo ago
can you share how did you fix it? @artemplayback
artemplayback
artemplayback5mo ago
I didn't