I get this error while the CLI tries to download the plugin (either via Github repo or via NPM). This seems related with the timeout that is set in the remoteAction definition.
If I comment the line at https://github.com/kuzzleio/kuzzle/blob/master/lib/api/remoteActions/action.js#L54, I (obviously) still see the message, but the plugin is successfully installed.
To me, it seems that this timeout is not correct here, since it systematically blocks the action after 5s.
I get this error while the CLI tries to download the plugin (either via Github repo or via NPM). This seems related with the timeout that is set in the
remoteAction
definition. If I comment the line at https://github.com/kuzzleio/kuzzle/blob/master/lib/api/remoteActions/action.js#L54, I (obviously) still see the message, but the plugin is successfully installed. To me, it seems that this timeout is not correct here, since it systematically blocks the action after 5s.