Real Time Update of the Notification bell
Hi all,
we have added the solution of Send Notification to our solution, the bell icon and then added the automation shape.
It is almost working all the way, however the real time update does not happen and the only way to get the number correct on the bell icon is to refresh the portal.
If you click on the bell even if zero but there was an update, the notification is there as well. Therefore it seems like it's almost working correctly.
I have added the below to prconfig
<env name="server-push/transport" value="long-polling"/>
<env name="server-push/enabled" value="true"/>
and restarted the application.
Does perhaps anyone know what else could be missing?
If it helps, we are using UI Kit version 8.7.3.
Thank you in advance.