Currently am i trying to connect supabase to n8n. I create a documents table in supabase using the guide and setup my credential for supabase with gave a succes.
But i am not able to see my documents table if i do by id nothing seems to happen
Currently i have tried diffent credentials like the legacy service role secret and the default secter key. But what ever i try the list stay empty and i am unable to upload a document to supabase. So any idea why my document table is not displaying in n8n is welcome because i dont now what to do anymore
What is the error message (if any)?
none , i dont have any error messages
Please share your workflow
Share the output returned by the last node
no output because i am not able to connect a supabase table
but even tho the connection is a succes , i cant see my public document table in n8n witch i made using the provided scheme in the supabase documentation:
and i made sure the documents table is in the public table and i even tried it in the api table
I created a new Supabase account and a new workspace. After that, my Supabase tables loaded correctly in n8n. I’m not entirely sure what the issue was or what exactly fixed it, but it’s working now.