So it throws the exception:
neo4j.exceptions.AuthError: {code: Neo.ClientError.Security.Unauthorized} {message: The client is unauthorized due to authentication failure.}
But I went up a few levels in the exception and here:
auth
is set to “None” essentially.
My global variables are as such:
I’m guessing this is something wrong with my django_neomodel setup, but I have django_neomodel installed and added to my Django project’s INSTALLED_APPS.
Reason username/password is not neo4j is because neo4j:neo4j does not work (it’s not possible to set password neo4j in the latest desktop app), neither does neo4j:ArrowGlue (the password I thought I set when creating the new database).
So in the database tab of Neo4j Browser I played “:server user add” and added ArrowGlue:ArrowGlue as an admin level Role.