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
Reading the fix, do we have some special semantics by setting a string value with _nil_? What happens if that string happens to be found in the data itself?
Hello again,
I'm getting an error while attempting to add an edge from Go which is set to an empty string:
rpc error: code = Unknown desc = failed to apply mutations error: internal error: ValueId cannot be zero
The code looks like the typical edge insertion, I believe:
Hacking the value to be non-empty in those specific cases with
v = "-"
makes the code work fine.Setting empty strings via the browser also works fine.
The text was updated successfully, but these errors were encountered: