I Tried 10 days approximately very worst platform, when i am connecting to the supabse database, its always taking n8n Data Tables only. i tried so many days but the problem didn’t recovered. And one more thing ‘n8n need to be update the ai build bot’
Hi @TejaRani ,
I am incredibly sorry you have lost 10 days fighting this connection.
Most likely:
If you only see “n8n Data Tables,” the node is connecting to n8n’s internal database (localhost) instead of your remote Supabase instance.
Next steps:
• Share a screenshot of your node’s Credential settings (please mask your password).
• Verify the Host field contains your unique Supabase URL (e.g., db.projectref.supabase.co), not localhost.
• Check if “SSL Mode” is set to disable (Supabase requires require or verify-full).
Quick questions:
• Confirm if you are self-hosting n8n (Docker/npm) or using n8n Cloud?
• Verify which specific node you are using (Supabase node or Postgres node)?
Best regards,