Tobi696Original post
Rank 2: Process
I have a searches database and I listen to specific documents (the search the user created) by id to display the search results in realtime in my nextjs frontend. This part was working and I'm pretty sure I haven't changed any code there the last few months, but now I noticed that no events get sent on the websocket anymore.
Summary
Realtime events not being sent in code despite no recent changes made. Code includes listening to specific documents in a database for frontend display. Only receiving a "connected" event in the console. Solution: Check websocket connection, permissions on the collection, and verify the correct data is being logged in the console.