You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement a real-time feed in my Angular 17 application using GetStream.io and Faye for notifications. I followed the official documentation (https://github.com/GetStream/stream-js) but the subscribe method on the user feed isn't working as expected.
Here's a simplified version of my NotificationService:
I'm trying to implement a real-time feed in my Angular 17 application using GetStream.io and Faye for notifications. I followed the official documentation (https://github.com/GetStream/stream-js) but the subscribe method on the user feed isn't working as expected.
Here's a simplified version of my NotificationService:
TypeScript
Problem:
The subscribe method doesn't seem to be working. The callback is never called, and the then block logs "Success getting notification feed undefined".
Questions:
Additional Information:
Angular version: 17.2.1 GetStream SDK version (getstream): 8.4.1
I've searched the documentation and forums but couldn't find a solution. Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: