BotFramework-WebChat icon indicating copy to clipboard operation
BotFramework-WebChat copied to clipboard

Missing version 4.18 from the cdn

Open CaselIT opened this issue 1 year ago • 1 comments

Is it an issue related to Adaptive Cards?

No

Is this an accessibility issue?

No

What version of Web Chat are you using?

Unrelated

Which distribution are you using Web Chat from?

Bundle (webchat.js)

Which hosting environment does this issue primarily affect?

Web apps

Which browsers and platforms do the issue happened?

Others or unrelated

Which area does this issue affect?

Others or unrelated

Which theme pack does this issue affect?

I did not test it on other theme packs

What is the public URL for the website?

No response

Please describe the bug

Trying to load the webchat from the latest cdn url loads verson 4.17, while trying to select 4.18 explicitly results in 404.

The url tried are:

  • https://cdn.botframework.com/botframework-webchat/latest/webchat.js
  • https://cdn.botframework.com/botframework-webchat/4.18.0/webchat.js

Do you see any errors in console log?


How to reproduce the issue?

load an example like https://github.com/microsoft/BotFramework-WebChat/blob/main/samples/01.getting-started/a.full-bundle/index.html and check the build version

What do you expect?

the build version is 4.18

What actually happened?

the loaded version is 4.17

Do you have any screenshots or recordings to repro the issue?

No response

Adaptive Card JSON


Additional context

No response

CaselIT avatar Nov 18 '24 16:11 CaselIT

As a workaround, you could try using a different CDN providing WebChat package distributed through NPM. E.g.: https://www.unpkg.com/[email protected]/dist/webchat.js

OEvgeny avatar Nov 19 '24 15:11 OEvgeny