Angular component is showing only 10 notifications
We are using Angular and everything seems to be working fine, but we are not getting all the notifications in the notifications center. It seems to be showing only 10 notifications from the first call to
notifications/feed
endpoint, but doesn't care about the hasMore
flag
Is there a way to get more than 10 notifications?9 Replies
@Dima_hat What happens when you scroll inside component?
Literally nothing. There is no second request triggered.
I am viewing only 10 notifications and that's it
@Dima_hat
I just tested our angular notification center
I see it is working as expected. On scroll, next page is requested
Using this example repo code
https://github.com/novuhq/examples/tree/main/novu-angular-notification-center
Was playing a little bit with the example that you posted. Thanks for that and yes can confirm that it works.
But after upgrade of a @novu/notification-center-angular package to 0.23.1 (the version that we are using) can see only the first request and no later requests
The last version where everything is working is 0.22.0 and both 0.23.0 and 0.23.1 seems to fail
The latest 0.24 version seems also to be broken
@Dima_hat, you just advanced to level 2!
Hey hey are there any news on this one?
Maybe some more information is required?
@Dima_hat
Sorry for missing this.
Yes you are correct, last version which works is 0.22.0
There is some issue in 0.23 and 0.24 version
Can you please use 0.22.0 version, until we fix this issue?
Yes, we downgraded to 0.22 so using it right now 🙂