
Webchat CDN v.4.8.0
I replaced webchat cdn urls v 4.7.1 in my project with the new webchat cdn urls with v 4.8.0 and they throw http status code 404 (Not Fount). Please see the screenshot above.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
<base href="./" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="https://use.typekit.net/fuc4zia.css" />
<script crossorigin="anonymous"
integrity="sha384-EAMohwVGPGHagMPKSsrNj19/AUPEveyotCJG2ZriygMOR7dujHk9iLMoKOeZiETX"
src="https://cdn.botframework.com/botframework-webchat/4.8.0/webchat.js"></script>
<script crossorigin="anonymous"
integrity="sha384-kBFopxfE3U3wq2fCUCdxNFihClv3I5jnxsQqqeShIPDs7wpWg9K8NSKUINSzPuJs"
src="https://cdn.botframework.com/botframework-webchat/4.8.0/webchat-es5.js"></script>
</head>
<body>
<app-root>Loading...</app-root>
</body>
</html>
Files should be available and we should not see http code 404.
[Bug]
Hi @arman-g unfortunately I'm not able to reproduce this problem. When I specify 4.8.0, Web Chat loads for me normally.

If you remove the integrity attribute, does the behavior stay the same, or are there any changes?
Hi @corinagum, unfortunately removing the integrity does not help. I wonder What is the difference between v4.7.1 and v4.8.0? Please see the image below, I have no problem seeing the /4.7.1/webchat.js file content in the browser but there is an error for /4.8.0/webchat.js.

4.8.0 is not on CDN yet. It will be released coming Monday noon.
Thus, the SRI for 4.8.0 is not working yet.
@arman-g thanks for being cutting edge.
@compulim Thank you! I thought I am going crazy :)
Closing as resolved. @compulim thanks for jumping in xD
Most helpful comment
4.8.0 is not on CDN yet. It will be released coming Monday noon.
Thus, the SRI for 4.8.0 is not working yet.
@arman-g thanks for being cutting edge.