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
Hi, I found a major problem when working with Edge document. When I call RemoveByID for edge collection, it returns document not found. I dug deeper and found the all methods (Insert, Replace, Update, Exist..) all calls Collection (), and not CollectionEdge ().
So is this an incomplete part or am I missing something?