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: