kuzzleio / kuzzle-admin-console

A SPA to administrate your Kuzzle: index and collection management, document creation, realtime subscription and permissions management
http://console.kuzzle.io
Apache License 2.0
61 stars 25 forks source link

[API Action] Error when the response is in raw format #919

Open Njuelle opened 3 years ago

Njuelle commented 3 years ago
kuzzle.js:2 Uncaught TypeError: Cannot read property 'message' of undefined
    at new i (kuzzle.js:2)
    at WebSocket.client.onmessage (kuzzle.js:2)
berthieresteban commented 3 years ago

Could you give us an example of how to reproduce that bug ? like the controller/action called or the return of the custom plugin method you called ?