Some rows doesn't fire trigger on Supabase

I have a webhook that save data using the Supabase Node. But, I am getting a random “error”. I have a table with two triggers (AFTER and BEFORE INSERT) and the data is correctly inserted by node (receiving successfull status), but, sometines, the AFTER trigger isn’t fired.

I don’t know necessarily if the problem is with N8N, but I can’t find a solution. I reinserted the same data in the table, via SQL Editor (Supabase), and the triggers was fired correctly. This problem is intermitent and I can’t find a pattern. The most of the data is correctly inserted.

Information on your n8n setup

  • n8n version: 1.25.1
  • Database (default: SQLite): Postgres (Supabase)
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): N8N Cloud
  • Operating system:
1 Like

Hi @FelipeNFL ,

Welcome to the community! :sunflower:

Would you be able to share your workflow (if so, please remember to cut off any sensitive data before posting)?
This would help in understanding the issue better, and looking for a solution!

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