-
Specify arguments passed to the listeners:
connected -> room, subscription
```js
var listenerId = kuzzle.addListener('connected', function (room, subscription) {
// Actions to perform when r…
-
jenow updated
7 years ago
-
In case of several auth plugins are installed and implement some common strategies, sends an fatal log and stop Kuzzle start process.
jenow updated
7 years ago
-
@AnthonySendra commented on [Mon Dec 19 2016](https://github.com/kuzzleio/kuzzle-api-documentation/issues/72)
* Could we imagine a "quickstart"? Something like:
- intro
- connecting to kuzzle
- …
-
When using the `document:search` route with the following document body:
```json
{
"stored_fields": []
}
```
Kuzzle responds with the following internal error:
```
"Error: Cannot rea…
-
Hello,
Because we can't perform a `.deleteDocument` on the index `%kuzzle` we can't delete users/roles/profiles with a query (or simply with an array of IDs).
We need to have a way to delete mut…
-
For the time being, websocket functional tests run under Kuzzle actually use the socket io transport.
We should be able to implement at low cost the same features using a Websocket transport.
-
Hi,
I'm on an old version (branch develop on commit 3c02fc79d5d4ec3910d3d1146221e830e1a20d53 of 13/jan) I experiment an issue on JSON Viewer in BO. I wait 1.0 before upgrade.
On this version, al…
-
Unable to use the login sdk method with kuzzle RC8.1
`kuzzle_1 | error: 2016-12-26T09:25:07+00:00 [LOG:ERROR] status=403, message=Login failed, stack=Error
kuzzle_1 | at Forbi…
-
Implement a debug mode to retrieve requests history between kuzzle-sdk & kuzzle
jenow updated
7 years ago