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 resolved this (though w/ another adapter) by defining the _id explicitly in my model w/ something like _id: {type: 'string', default: () => new uuid()}
Hi, I'm following this tutorial for ArangoDB 3.1, but when I try to add data to the collection through this URI:
localhost:1337/todos/create?name=john
I get this error:
Invalid usage of publishCreate() :: Values must have an 'id', instead got ::
The text was updated successfully, but these errors were encountered: