You might encounter with this while adding your community URL or domain address in CORS or While setting up the Snap Ins(Known as (Embedded Service Chat).
The error indicates the url we are should not have any paths and we should take only the url till .com/.in/.domain etc..
If you look in this scenario the url needs to be added is
https://srinivas4sfdc-developer-edition.ap1.force.com/HelpCust
The one highlighted in yellow can be considered as path or queries.So,please copy your url till the domain(till ends with .com/.in/.edu etc) name not the full url.
The Final url we need to add in CORS or SnapIns settings is
https://srinivas4sfdc-developer-edition.ap1.force.com/
The error indicates the url we are should not have any paths and we should take only the url till .com/.in/.domain etc..
If you look in this scenario the url needs to be added is
https://srinivas4sfdc-developer-edition.ap1.force.com/HelpCust
The one highlighted in yellow can be considered as path or queries.So,please copy your url till the domain(till ends with .com/.in/.edu etc) name not the full url.
The Final url we need to add in CORS or SnapIns settings is
https://srinivas4sfdc-developer-edition.ap1.force.com/
Hi,
ReplyDeleteWhen I am trying to deploying my einstein ChatBot code to any HTML page it is additionally creating new two blank windows,please let me know how to resolve it?