Norrec
Norrec

Reputation: 553

Azure static website deployed to Azure CDN has static chunk files returning 404

I have a working azure blob static website react app. I have tried to set up an Azure CDN for it, which I had working with HTTPS enabled. I then deployed an update to the static website, which continues to work, but now some of the /static/* js and css files return 404 when loading from the CDN endpoint (while still working from the static website). I've tried redeploying, I've tried purging the files in question from the CDN, and I've tried waiting overnight. They still don't seem to resolve. Is there a setting or configuration I accidentally miffed up or forgot somewhere?

enter image description here

Upvotes: 0

Views: 584

Answers (1)

Sajeetharan
Sajeetharan

Reputation: 222572

Azure CDN (Verizon Standard) and usually takes 24 hours for the images/files to pull up using the Endpoint Hostname. However you can use this page to troubleshoot the errors.

Upvotes: 1

Related Questions