Closed Tyki closed 6 years ago
It comes from a paginated search request using the document:search
API. As the error states, the from
parameter requires a number.
Considering the stacktrace, either it comes from a direct API call, or if it's called by a plugin, then it means that the promise returned by pluginContext.accessors.execute
is not catched. In that case, Kuzzle tries its best to catch and log the error.
Either way, I do not think this is a Kuzzle issue.
I have a lot of times this error :
I have a custom plugin but no stacktrace about an eventual plugin issue