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
I am currently using an instance of JanusGraph (0.1.1) on IBM Cloud for a project. I succesfully connected to this instance using the library. Everything works greate but I can't send multiple queries at the same time. Until a first query response is returned, every other query in the same Websocket fails with error : Failed to authenticate (Error 401).
This problem surely comes from our JanusGraph server configuration but I was wondering if you ever ran into the same kind of problem.
The text was updated successfully, but these errors were encountered:
@jbmusso The Error: Failed to authenticate (Error 401) is reproducible with the OSS Gremlin Server. I used apache-tinkerpop-gremlin-server-3.2.3 and npm install gremlin@2.7.0 --save
I am currently using an instance of JanusGraph (0.1.1) on IBM Cloud for a project. I succesfully connected to this instance using the library. Everything works greate but I can't send multiple queries at the same time. Until a first query response is returned, every other query in the same Websocket fails with error : Failed to authenticate (Error 401).
This problem surely comes from our JanusGraph server configuration but I was wondering if you ever ran into the same kind of problem.
The text was updated successfully, but these errors were encountered: