Question
Evoke Technologies
IN
Last activity: 21 May 2024 8:51 EDT
End user operator not subscribing to a UI notification channel
Hi There,
I have used 'On load' action in a section to subscribe to a notification channel where I have configured "Refresh-CurrentHarness" as a call back action. I'm publishing the notification channel through a declare trigger when the assignee changes and the case is getting committed to data base. I see this publish-notifications method is working perfectly fine when it is in dev studio while it's not when it comes to the end user. When I tried checking the logs by setting com.pega.pegarules.session.internal.serverpush to debug, I noticed that the subscription is not all happening from the enduser side. In dev studio, my operator is subscribing to the channel and hence when the trigger activity invokes the publish-notifications method, my operator (where the subscription is present) is going properly for the call back action.
Can anyone help me in solving the issue of subscription with the enduser? I tried restarting the environment as well, but it didn't work.