ordhook
ordhook copied to clipboard
Registers same observer 3 times.
It seems like register same enpoint 3 times with different address. so backend gets post request 3 times. Please check this screenshot
And this is my config
Hi @devlancer412!
If you have 3 observers, that means that 3 subscriptions occurred. Any idea on how to reproduce?
In the meantime, you can do some cleanup by editing the observers.sqlite db (sqlite3 command or any DB sqlite editor).
Thank you. so it adds observer when ever I run command?