I am trying to use the Getstream-js v3.0.0 client with Parse Cloud, but when I replace cloud/getstream.js
with the distributable file from stream-js
I get the following error:
Upgrade XMLHttpRequest is not found Stream.io
I am trying to use the Getstream-js v3.0.0 client with Parse Cloud, but when I replace cloud/getstream.js
with the distributable file from stream-js
I get the following error:
Upgrade XMLHttpRequest is not found Stream.io
Unfortunately the Parse Cloud Getstream JavaScript client and the stream-js
client are not interchangeable. Parse Cloud has different api's for several things (e.g. Http requests), that is why your attempt to replace the JavaScript file fails.
Hopefully we will release a new version of the Parse Cloud javascript client in the near future.