volume_up
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi Carl
For the notifications icon, there should be no channel filtering. It should show all notifications for the user.
Have you confirmed that the notifications are stored correctly in the database? And that the receiver user name matches the one in your session, exactly?
Does it show up if you omit the recipient (emulating a general notification for all users)?
Hi Stefan,
I just gave up since no one answered in such a long time and went with SignalR instead which made it easier.
I'm still confused after reading these two documentation pages.
https://docs.developers.optimizely.com/content-management-system/docs/using-notifications
https://docs.developers.optimizely.com/content-management-system/docs/usage-examples
I've implemented the:
and in startup:
I do not need to format it in a special way I just want it displayed as is, but nothing is shown in the "notifications" tab.
What am I missing?
Do I need to implement my own notification handling?
https://docs.developers.optimizely.com/content-management-system/docs/usage-examples#retrieve-user-notifications
Or my own subscription thing?