-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth error: User not authorized #1
Comments
Sorry it took so long to respond to this issue. Let me provide some information and troubleshooting instructions. Perhaps the first thing you can try is to reset the
replacing the lowercase This would fix the issue if you had logged in, and then changed the value of If that doesn't fix the issue, here are some more detailed troubleshooting instructions: Note that the username/password for the Neo4j database is not the same password for logging into Cypher Workbench. The Neo4j database password is specified in the The Cypher Workbench username / password is stored in a
You will see something like this:
The value of
where
Replacing At this point, you should now be able to login with |
Hi,
I am using Ubuntu 22.04.3 LTS, Neo4j 5.14.0 community edition and successfully installed the cypher-workbench as described in the video:
install cypher-workbench
User: admin, Password: i*****01
I managed to login into the cypher-workbench and work with the tool for some time, then some error appeared when trying to reconnect to a neo4j db and I closed the tab. Afterwards I tried to login again (api and ui running) at
http://localhost:3000/login
but this time I got the error: Auth error: User not authorized
I tried:
Btw after having search a bit through the internet I game across this stackoverflow same error. Could it be somehow related to our case?
Thank you very much!
PS: The tool is really amazing, I was able to work for 2 hours before started to get the above error :)
The text was updated successfully, but these errors were encountered: