Hello, I’ve been using the example module for pusher https://github.com/mendix/pusher-notify-listen/releases/tag/v1.0.4 in my own project The following microflow is included in the module and works fine when there is already a message in the database. However when there isn’t a message in the database and a new one gets created the following error is thrown without much information. Does anyone have experience or have code where they have some sort of messaging system implemented?
asked
Daniel Morris
3 answers
3
If no message is found yet, you create one, but for pusher to work properly it needs to be comitted to the database. That might be your problem