Replies: 3 comments
-
Please add the information requested in the issue template if possible. Specifically, which database and database adapter module, what Node version, error message, what the hook is supposed to do etc. All I can say for now is that the channel publisher does not have anything to do with the |
Beta Was this translation helpful? Give feedback.
-
Database: Postgresql, |
Beta Was this translation helpful? Give feedback.
-
We have any solutions of this problem? |
Beta Was this translation helpful? Give feedback.
-
Server not send service events when i use multiple patch.
Channels ok:
app.service('messages').publish(data => { return app.channel('authenticated') })
My request from frontend:
$client.service('messages').patch(null, { readed: true }, { query: { readed: false } }).catch(e => {...do smth})
Result in after.patch hook is empty.
Beta Was this translation helpful? Give feedback.
All reactions