There is an error in console:
Failed to load notifications. Cannot find notification rule for eventType 'notifications.connect.project.post.deleted' version '2'.
NOTE. Because of this error all notifications are not shown.
There are two things to fix:
- Add rule for
notifications.connect.project.post.deleted version 2.
- I think code shouldn't fail when there is no appropriate rule for notification. Probably better to log warning using
console.warn() instead of throwing an exception in such cases.