Open mishlaev-personal opened 2 days ago
@mishlaev-personal Привет! I'm here to help you with any bugs, questions, or contributions. Feel free to ask for assistance while waiting for a human maintainer.
There is a similar discussion regarding webhooks not being triggered after changes in an external database. The issue is that external changes won't trigger the webhooks [1]. This might be the reason why your webhooks are not being created when new records are added to your external Postgres database.
To continue talking to Dosu, mention @dosu.
@dosu Yes, it's the answer to my problem, but it's very frustrating
This issue seems to need your expertise, @o1lab, could you please take a look?
To continue talking to Dosu, mention @dosu.
Please confirm that the bug report does not already exist
Steps to reproduce
Created a new table that is connected with our production Postgres:
Everything is updated as needed. DB sync works perfectly.
I've set up an n8n webhook. The test event works wonderfully.
But as new records are added to our looker table, I can see it onside NoCoDB, but no new webhooks are created.
Desired Behavior
As we have new records from synced external Postgress DB, I want to have webhooks for those new records.
Project Details
Node: v20.15.1 Arch: x64 Platform: linux Docker: true RootDB: pg PackageVersion: 0.257.2
Attachments
No response