I'm just started to use neo4j, I have very basic question, after using software for a while and closing it, it asked me to connect to the server with connect URL bolt:// localhost: 7687 with Username and Password but I don't remember any ID and pass? could you please help me in this regard? Thanks
I’m using neo4j desktop offline version 1.3.4 on Windows 10. I can’t even browse sample “movie database” by Neo4j Browser because of mentioned “server connect” error
This means you have disabled authentication. This is a warning message that browser says if authentication is disabled. Check in the config if you have
dbms.security.auth_enabled=false
If you want authentication enabled please change this to true.