Discussions
Avaya CCaaS Chat SDK [ERROR] ACS-302 : Invalid init parameters
5 months ago by KCS
Hi, I was tried to start a live chat after entered the first Name, Last Name, and Email.
The request header was
https://{HOST-REGION}.api.avayacloud.com/auth/realms/{accountId}/protocol/openid-connect/token with request {grant_type=password&client_id=XX&client_secret=XX&username=XX&password=XX}
I checked the response logs was abled to get the response JSON {access token,expires, refresh_expires_in, refresh_token, .....} but get error " Avaya CCaaS Chat SDK [ERROR] ACS-302 : Invalid init parameters." in console.
How should I fix this?