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
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
When I wrote the tutorial the authorization was not enabled by default (or maybe it didn't exist at all). Anyway, for this tutorial just disable authorization in the config file and restart the Neo4j server.
When i run the (python manage.py bootstrap)
neo4j.connection.OperationalError: Server returned unexpected response: 401{
"errors" : [ {
"message" : "No authorization header supplied.",
"code" : "Neo.ClientError.Security.AuthorizationFailed"
} ]
}
i know that I need to provide neo4j username and password how can provide information
The text was updated successfully, but these errors were encountered: