Cannot create an item in a locked collection [neo4j-desktop-1.5.8-x86_64.AppImage Linux]

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.

  1. Installed neo4j-desktop-1.5.8-x86_64.AppImage on Ubuntu 22.4
  2. Accidentally deleted neo4j DB from Example Project
  3. After #1, was unable to create local DBMS for any new projects.
  4. 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]
  5. I even tried to reboot linux
  6. Re-install by
    $ chmod +x neo4j-desktop-1.5.8-x86_64.AppImage
    $ ./neo4j-desktop-1.5.8-x86_64.AppImage
  7. Activate with a key
  8. 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!)

Just wanted to add more detailed error message captured from Neo4j Desktop > Developer > Developer Tools > Console

Resolved this issue!

There was a slim hint on keyutils / gnome-keyring on

I simply purge it sudo apt-get purge gnome-keyring, then got back to normal Neo4j desktop!