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
It's possible to have empty mappings in elasticsearch:
{
"index": {
"mappings": {
"collection": {}
}
}
}
The SDK expects a properties attributes in the object returned by Elasticsearch, but in this case, there is none. And the SDK ends up building a KuzzleDataMapping object with an undefined mapping, causing unpredictable behaviors.