You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: Macos 15.0.1 Current behaviour
When app is launched nothing shows up on the screen, only the menu bar of the neo4j is visible
Following log line pinpoints the error App initialization error Error: EACCES: permission denied, mkdir '/Users/{whoami}'
App is trying to create a folder in /Users/{whoami} but in my case the home directroy's name is different from the username.
Only menu bar of neo4j visible when app launched
The text was updated successfully, but these errors were encountered:
Platform: Macos 15.0.1
Current behaviour
When app is launched nothing shows up on the screen, only the menu bar of the neo4j is visible
Following log line pinpoints the error
App initialization error Error: EACCES: permission denied, mkdir '/Users/{whoami}'
App is trying to create a folder in
/Users/{whoami}
but in my case the home directroy's name is different from the username.Only menu bar of neo4j visible when app launched

The text was updated successfully, but these errors were encountered: