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