Supabase table list empty

Describe the problem/error/question

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

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Mika_De_Vries,

Which version of n8n are you using?

Make sure you’re using the correct url and service role secret and that the connection test passed. The tables should then display.

i am using n8n version 2.1.5

And i have indeed used those information as credentials in n8n.

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.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.