Uncaught Bad state: Cannot add new events after calling close -> How to identify the stream responsible?

In my app I have many components fed by parameters coming from API call results. Since I migrated from Supabase to a custom API, I started having this error "Uncaught Bad state: Cannot add new events after calling close" that gets triggered and shown in the console at a very rapid pace (approx 1000 occurrences per minute).

I understand the basic meaning of the error but what would be the best approach to identify the culprit widget / stream responsible for the error?

2
1 reply