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
We had some encoding issues when proxying ES requests that had Chinese characters in their body.
If someone else has the same issue, the fix was to replace 'binary' with 'utf-8' for the write calls in es-proxy.js.
The text was updated successfully, but these errors were encountered:
We had some encoding issues when proxying ES requests that had Chinese characters in their body.
If someone else has the same issue, the fix was to replace 'binary' with 'utf-8' for the write calls in es-proxy.js.
The text was updated successfully, but these errors were encountered: