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
After trying to update kuzzle-sdk currently in version 7.8.2 to a higher version, the function kuzzle.auth.login('local', {credentials}) gives the following error: [TypeError: undefined is not an object (evaluating 'this._url.endsWith')].
The SDK is created with a protocol HTTP or WebSocket and Kuzzle is running in local (port: 7512, ssl: false)