Webchat icon indicating copy to clipboard operation
Webchat copied to clipboard

Webchat script in SAPUI5

Open NavinAgarwalla opened this issue 7 years ago • 1 comments

The script that we receive when we create a webchat is not operatable in SAPUI5 but it gets executed when I run it on any normal .js or .html file.

The error that is detected is:
GET http://localhost:8080/myApp/=%22https://cdn.recast.i/webchat/webchat.js%22 404 (Not Found)

NavinAgarwalla avatar Jun 13 '18 04:06 NavinAgarwalla

I already answered to you about that on Slack :) The issue is that your IDE/your dev environment prepends http://localhost:8080/myApp/=%22 to the URL of the script. Just make sure the URL is not prepended, and everything will work fine.

dbousque avatar Jun 13 '18 08:06 dbousque