Describe the bug
Anytime you go to the Activity section, you get greeted by this error coming from the subscribeToMore query.

Additional Context
Skipping the query "fixes" it.
Also I noticed there is almost the same query repeated. One inside the transactions query (lines 201 - 226) and the other one outside as a separate query (this is the failing one) in lines 228 - 263).
I don't know if this is an error or if the one outside is just there for tests (in that case, we could skip it in execution)
I don't understand how but it seems the same error is still present.
While testing Aleksei's PR #3735 the error was one and this one has been merged, so it is quite surprising 馃し鈥嶁檧
This is how the error looks like now. The message changed a bit:

I saw the same. Maybe I bad fixed something. What was the initial solution?
did you update the backend? did you run against staging?
I am running it against staging yes. The solution was just merged yesterday, in #3735
While testing this PR these errors weren't appearing.
Why do you think you were the one causing this?
There were merge conflicts
At least there are no visible errors
on develop and production i'm not getting any errors anymore - but I'm also not seeing any transactions (cosmos17njs9mgaszmhvanzx7dpuv7cyngs7wffk6g4s4)
Seems to closed by #3751