-
Notifications
You must be signed in to change notification settings - Fork 31
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
failed to relate: Unable to save document error #42
Comments
Hello @TobiEiss , I will check this. Thanks fro report. Which Arangodb version are you using? and wich aranGO version? |
@diegogub arango version 3.1.1 And i found the Problem:
A little (dirty) workaround:
use:
AND change in |
I try'd this fix and get following : session.go:129: -------------------------------------------------------------------------------- session.go:133: Payload: |
Ah, okay. My workaround is for master-branch |
for me it did not work on master and v2 branch |
- Changed doc/label (SaveEdge/Relate) parameter type to map[string]interface{} - Updated POST URL inside SaveEdge to the new one according to the latest ArangoDB version
Fixes Collection.Relate() [issue diegogub#42]
I cant persist a new entry into a edge-collection.
The result of a debug-session: we get
404
from http-rest-arango-endpoint.I get the same error with the "relate-example" (README).
The text was updated successfully, but these errors were encountered: