At the time of writing I am experiencing intermittent HTTP 417 errors from the comet chat web server when using the Javascript SDK but also when using the comet chat dashboard.
When using the dashboard the browser console reveals this:
GET https://api-eu.cometchat.io/v2.0/stats 417
GET https://api-eu.cometchat.io/v2.0/apikeys?per_page=10&page=1 417
GET https://api-eu.cometchat.io/v2.0/roles?per_page=10&page=1&searchKey= 417
GET https://api-eu.cometchat.io/v2.0/users?per_page=10&page=1&searchKey= 417
GET https://api-eu.cometchat.io/v2.0/bots?per_page=10&page=1 417
GET https://api-eu.cometchat.io/v2.0/webhooks?per_page=10&page=1 417
GET https://api-eu.cometchat.io/v2.0/groups?per_page=10&page=1&searchKey= 417
GET https://api-eu.cometchat.io/v2.0/triggers 417
when using the JS SDK, a error is returned with a description of “Something terrible has gone wrong”.
I would like to know if this is something that I can fix on my end or if this is something on comet chat’s side to resolve for the time being?