Event not fired inside hook #3401
Replies: 1 comment 1 reply
-
What are you expecting? How does the client/event listener look like? Did you set up the proper channels (by default a user needs to be authenticated to receive events)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a service that has a hook that also patch/update other service inside of it
i use
await app.service('my-service').patch('id', data)
but theres no realtime event fired
Beta Was this translation helpful? Give feedback.
All reactions