I am using the HTTP API for ArangoDB 2.6 (but I believe I encountered the problem I am about to describe in previous versions as well).
- I authenticate with ArangoDB with user/passwd (root or an existing user).
- I create a new database with the same user/passwd.
- When I try to access the newly created database with the same user/passwd, I get a 401 (Unauthorized).
When I try to use the web dashboard instead I run into a similar problem where I get kicked back to the login screen and can't log in anymore when I try to access a database page. Am I doing something wrong? Could this be a bug? Thanks in advance.