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
For some reason on we were not sending the correct content-type in our
js lib
The server then responds with
```
Expected request with `Content-Type: application/json`
```
Then json parsing of the returned error fails, and we crash at runtime.
Other endpoints like `v1.application.create` and `v1.message.create`, do
not return this error when they receive a request without a content-type
(or with an incorrect content-type)
fixes: #1799
0 commit comments