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
However, the getData() call is reporting a JSON parse error:
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at Payload.getData (/home/aryzing/workspace/anccre-server/node_modules/dgraph-js/lib/types.js:30:21)
The text was updated successfully, but these errors were encountered:
Just ran result.getData_asB64() and it produced an empty string, so perhaps the issue is that getData() is not checking whether it's receiving an empty string.
The code I'm running looks like
However, the
getData()
call is reporting a JSON parse error:The text was updated successfully, but these errors were encountered: