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
To avoid side-effect and to allow raising explicit errors, the dataCollectionFactory method in the Kuzzle main object should accept only string arguments.
This should avoid obscure errors like socket.io ones when attempting to encode an object containing cyclic references.