Cannot mark a notification as read on notification panel #4273
-
|
Laravel Version: 9.13.0 Description:On the Notifications panel, clicking the X (mark as read) for a notification does not do anything. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
When there unread notificationAfter clicking read |
Beta Was this translation helpful? Give feedback.
-
|
You appear to be using an older version of Nova. Since v4.3.0 you've been able to delete and mark notifications as read. Make sure you've updated Nova's assets using |
Beta Was this translation helpful? Give feedback.





You appear to be using an older version of Nova. Since v4.3.0 you've been able to delete and mark notifications as read. Make sure you've updated Nova's assets using
php artisan nova:publish --force.