Open
Description
Bug Description
When I'm running a workflow and it has a supabase vector store, once the workflow reaches that know, the automation looses connection, but regains it a few minutes later.
To Reproduce
1. Create a new workflow in n8n.
2. Add and configure a Supabase Vector Store node (provide valid URL, anon key, and table name).
3. Upstream of it, add a node that generates or supplies embeddings (e.g. an OpenAI node).
4. Connect the embedding output into the Supabase Vector Store node.
5. Execute the workflow.
6. Observe that when the Supabase Vector Store node runs, n8n reports a lost connection or timeout.
7. Wait 2–3 minutes and notice the connection resumes on its own.
Expected behavior
The Supabase Vector Store node should execute without dropping the connection. It should write or query vectors immediately and continue to the next node without delay or timeout.
Operating System
macOS Sonoma 14.4.1 (MacBook Air M2, 2022)
n8n Version
1.98.2
Node.js Version
don’t know
Database
SQLite (default)
Execution mode
main (default)