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
Note that adding headers option to the ES client (as described here) breaks the initialization with another error:
Uncaught TypeError: Cannot read properties of undefined (reading 'username')
at getAuth (/xxx/node_modules/@elastic/elasticsearch/index.js:231:16)
at new Client (/xxx/node_modules/@elastic/elasticsearch/index.js:70:23)
The text was updated successfully, but these errors were encountered:
Hi, I can't seem to use the module (v6.8.8), steps to reproduce below:
Note that adding
headers
option to the ES client (as described here) breaks the initialization with another error:The text was updated successfully, but these errors were encountered: