Using the neo4j desktop app and it has suddenly started to clear out the query I wrote,without executing it, when I either hit the run button or hit cntrl-enter. I have restarted my pc and this didn't help. Any ideas what might be going on?
I tried to execute MATCH(m:Movie) return m limit 1 (or any query). I expected it to return the results for the first movie it found but instead it just clears out the query and does nothing else.