Realtime Broadcast events are not received when sent from database trigger
Hello. This is my database trigger that broadcasts the message:
The trigger gets called and it successfully creates a new row in
When sending the event from the realtime inspector (using the "Broadcast a message" button), the client receives the event.
I'm using the private channel and I simplified the Policy to allow everything.
The trigger gets called and it successfully creates a new row in
realtime.messages table with the test topic and correct data. However, I'm not able to receive the event in my client application. Even when using the realtime inspector with the service role, the event won't show up in the UI.When sending the event from the realtime inspector (using the "Broadcast a message" button), the client receives the event.
I'm using the private channel and I simplified the Policy to allow everything.