How to resolve when you can't create DBMS with the following error?
Cannot create an item in a locked collection
Any help would be appreciative! Here's a whole procedure to reproduce my error.
- Installed neo4j-desktop-1.5.8-x86_64.AppImage on Ubuntu 22.4
- Accidentally deleted neo4j DB from Example Project
- After #1, was unable to create local DBMS for any new projects.
- Thus, decided to fresh re-install by cleanup as following:
$ rm -rf $HOME/.cache/neo4j-relate
$ rm -rf $HOME/.config/neo4j-relate
$ rm -rf $HOME/.local/share/neo4j-relate # delete including dbmss
$ rm -rf $HOME/.config/Neo4j Desktop/ # delete including Application/relate-data/dbmss
$ sudo update-desktop-database # to update the following dirs [/usr/share/gnome/applications, /usr/local/share/applications, /usr/share/applications, /var/lib/snapd/desktop/applications] - I even tried to reboot linux
- Re-install by
$ chmod +x neo4j-desktop-1.5.8-x86_64.AppImage
$ ./neo4j-desktop-1.5.8-x86_64.AppImage - Activate with a key
- In spite of complete purge and fresh re-install, got the identical error message "Cannot create an item in a locked collection" shown below...
PS 1. I even tried to register with a different email, downloaded another AppImage, and re-install, but got the same error.
PS 2. I even tried to add new user in Ubuntu, and install as a new user account, but got the same error. (totally puzzled!)

