Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDN URL for 4.18.0 is non-functional #5405

Open
tobiasvanderwerff opened this issue Jan 9, 2025 · 4 comments
Open

CDN URL for 4.18.0 is non-functional #5405

tobiasvanderwerff opened this issue Jan 9, 2025 · 4 comments
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. bug Indicates an unexpected problem or an unintended behavior. customer-reported Required for internal Azure reporting. Do not delete.

Comments

@tobiasvanderwerff
Copy link

Is it an issue related to Adaptive Cards?

No

Is this an accessibility issue?

No

What version of Web Chat are you using?

Latest production

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?

No response

Which area does this issue affect?

Development experience

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

I wanted to let you know that the latest CDN URL for version 4.18.0 seems to give a 404 error: (https://cdn.botframework.com/botframework-webchat/4.18.0/webchat.js). The link for 4.17.0 does work (https://cdn.botframework.com/botframework-webchat/4.17.0/webchat.js).

Do you see any errors in console log?

How to reproduce the issue?

  1. Navigate to https://cdn.botframework.com/botframework-webchat/4.18.0/webchat.js
  2. Should give a 404 error

What do you expect?

webchat.js should be returned properly.

What actually happened?

404 error

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

No response

Adaptive Card JSON

Additional context

No response

@tobiasvanderwerff tobiasvanderwerff added Bot Services Required for internal Azure reporting. Do not delete. Do not change color. bug Indicates an unexpected problem or an unintended behavior. customer-reported Required for internal Azure reporting. Do not delete. labels Jan 9, 2025
@flc995
Copy link

flc995 commented Jan 9, 2025

Same here, the chatbot on my company's website stopped working. I'm using:
https://cdn.botframework.com/botframework-webchat/latest/webchat.js as per documentation.
Looks like somebody at MS forgot to renew the certificate or something.

@hughyyyy
Copy link

hughyyyy commented Jan 9, 2025

Same here, This link https://cdn.botframework.com/botframework-webchat/latest/webchat.js
gives 404

@flc995
Copy link

flc995 commented Jan 9, 2025

aaand... it's back.

@OEvgeny
Copy link
Collaborator

OEvgeny commented Jan 10, 2025

This is a known issue. To obtain 4.18.0 from CDN one could use a publically available CDN with npm mirroring for now. E.g. jsdelivr:

https://cdn.jsdelivr.net/npm/[email protected]/dist/webchat.js

Consult with jsdelivr docs for more information. This is not an official way of including Web Chat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. bug Indicates an unexpected problem or an unintended behavior. customer-reported Required for internal Azure reporting. Do not delete.
Projects
None yet
Development

No branches or pull requests

4 participants