Here are the issues i’m facing I tried debugging with the AI however I’m not quiet sure how to rework this
Issues:
- Bad request - please check your parameters (All object keys must match)
- Execution Error.
Any suggestions on how to fix this?
Here are the issues i’m facing I tried debugging with the AI however I’m not quiet sure how to rework this
Issues:
Any suggestions on how to fix this?
It looks like your topic is missing some important information. Could you provide the following if applicable.
hello @Ishika_Jain
The issue is pretty straightforward…
You have to prove all fields with the same names as they are present in the database
Hey @barn4k,
So I pick the column fields through the dropdown and then I’m manipulating the data and pushing it forward. Am i missing something?
Can you please share the workflow? without that it’s hard to say what the issue is about.
Open your workflow, hit ctrl+a
>> ctrl+c
and then here past its content with ctrl+v
just after clicking the </>
button
Hi everyone,
I’m having the same trouble inserting data into a Supabase table using the Supabase node in n8n. I keep getting the following error, even after trying several solutions, including prove all fields with the same names as they are present in the database:
Bad request - please check your parameters
All object keys must match
Error details
From Supabase
Error code
400
Full message
{ "code": "PGRST102", "details": null, "hint": null, "message": "All object keys must match" }
Other info
Node type
n8n-nodes-base.supabase
Any solution?
I tried to refresh and it worked for me
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.