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
Seems to be somehow related to the arangodb/arangodb-java-driver-async#21
A workaround is the same - ping the DB for the first time (any method) on the app startup time and ignore the result. Subsequent requests will work as expected.
It looks like a bug in ArangoDB Java driver - the first call to
db.exists()
always returnsfalse
for the first call.The text was updated successfully, but these errors were encountered: