Something went wrong: *"Error: Reference.set failed: First argument contains a string greater than 10485760 utf8 bytes in property 'users.auth0|5db44e093aef850dcfb5d441.grass.0.data' ('{"0":"{","1":"\"","2":"0","3":"\"","4":":","5":"\"...')"* and the application can't recover.
Neo4j Browser version: 3.2.15
Neo4j Server version: [3.4.11]
Might be server memory related. Running WITH EXISTS where property exists only on about 20 nodes out of 180K. However browser behaving very strange, every action takes about 2-4 seconds. Not client related, not browser related (chrome at 81). Just repeated in Safari, exact same behaviour.
Using standard helm chart. Logged in to one of the pods and top showing
Mem: 3914700K used, 126932K free, 45760K shrd, 6360K buff, 243844K cached CPU: 13% usr 9% sys 0% nic 52% idle 4% io 0% irq 0% sirq Load average: 1.90 2.70 2.61 3/967 926 PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND 1 0 neo4j S 2364m 59% 1 1% /usr/lib/jvm/java-1.8-openjdk/jre/bin/java -cp /plugins:/var/lib/neo4j/conf:/var/lib/neo4j/lib/*:/plugins/* -server -Xms512M -Xmx512M -XX:+UseG1GC -XX 920 0 root S 2312 0% 1 0% /bin/bash 926 920 root R 1532 0% 1 0% top
So not too happy about memory situation, however manifestation of that with the strange error is peculiar.
UPDATE: So, because error message saying User blabla I decided to do one last test, logged out of BrowserSync/Auth0: tada, split of the second all the results are showing. Unfortunately this is then a BUG related to BrowserSync/Auth0. If you experience this, just open an Incognito/Private browser session, make sure you. are not logged in, run the query. It worked for me just now. Confirm in this thread please.