-
Notifications
You must be signed in to change notification settings - Fork 98
Event not emitted even though emit() call executed successfully #502
Comments
##Update |
Update 2To duplicate this issue
|
Hey @johnlim, thanks for raising. Can you add the configuration for the function that's subscribed to the |
Hi @alexdebrie, thanks for responding.
I just double-checked the dashboard and realised event-gateway actually fired the event but the subscriber was not triggered in this particular instance. |
This is a Bug Report
Running this code snippet
resulted in the console log
Emitted user.created event
being captured but the event was not emitted. I know that the event was not emitted because it wasn't captured in the Event Gateway logs (i.e from the Dashboard) and the subscriber function wasn't triggered.While deploying the console shows that the events were correctly set up as follows:
The text was updated successfully, but these errors were encountered: