neo4j-devtools / neo4j-desktop

The Neo4j Graph Platform, on your desktop OS.
19 stars 1 forks source link

Wrong localstorage on macOS but not Ubuntu #27

Open whatSocks opened 6 years ago

whatSocks commented 6 years ago

Testing across two environments: macOS - Sierra 10.12.6 and Ubuntu 16.04.

I'm running https://github.com/neo4j-apps/graph-examples/tree/GGP-171-load-graph-guide-from-localhost on macOS - Sierra 10.12.6.

I'm trying to debug/test the feature developed on that branch that works on Ubuntu. However, when I tap developer tools, I expect to see some stuff in the console, network tab, etc, but don't see anything.

On Ubuntu, there's stuff in developer tools and the app works as expected.

Screenshots from Mac - we are trying to troubleshoot why there's incorrect content in local storage

screen shot 2018-08-10 at 2 48 05 pm

Screenshots from Ubuntu:

screenshot from 2018-08-10 15-57-18

screenshot from 2018-08-10 15-56-05

screenshot from 2018-08-10 15-54-36

screenshot from 2018-08-10 15-52-46

Metaur commented 6 years ago

@whatSocks could you please attach screenshots of the app and its console on mac, rather than on Ubuntu (which works as expected). How did you open developer tools on Mac? Pressed App Developer tools button on the top panel of your graph app?

whatSocks commented 6 years ago

Yes I pressed App Developer Tools. Here is the app and its console:

screen shot 2018-08-13 at 2 28 27 pm
whatSocks commented 6 years ago

Now things are behaving differently (I can see stuff in the console) but executeNode is stopped without me telling it to stop.