Error:data cannot be cloned,out of memory

When I use cypher in my browser, neo4j displays an error: error 25: failed execute 'postmessage' on 'dedicatedworkerglobelscope': data cannot be cloned,out of memory.
how do I solve it?Thank you very much!

what is your cypher ?

Thank you very much!
My cypher is:CALL algo.unionFind.stream('User', 'FRIEND', {})
YIELD nodeId,setId
return setid, count(*)as count.
I think it should not be a problem with the code, it should be a problem with my browser. After I tried to restart the browser, the problem was solved.