cdnjs build is 404
See original GitHub issueHi, any idea why loading from CDN fails?
https://cdnjs.cloudflare.com/ajax/libs/places.js/1.1.5/places.min.js ==> 404
When I try loading from this URL
<script src="https://cdn.jsdelivr.net/places.js/1/places.min.js"></script>
I also end up with 404 error, as it tries loading .map
instead. Any idea why?
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
404 error everywhere after setting build.publicPath to CDN URL
After build.publicPath in nuxt.config.ts is changed to any URL, the whole application (pages and assets) will return a 404 error.
Read more >Troubleshooting Azure CDN endpoints - 404 status code
Learn how to troubleshoot issues with Azure Content Delivery Network endpoints that return 404 HTTP response status codes.
Read more >404 issue with static assets, CDN and multi server environment
The load balancer sends the CDNs request to server2. Server2 returs a 404 page not found error since the new file is only...
Read more >Why are there lots of 404s after setting up CDN? - Moz
I just setup Cloudfront CDN through W3 Total Cache. ... the CDN none of the images are available at the older image URLs...
Read more >Libraries - cdnjs - The #1 free and open source CDN built to ...
cdnjs offers a large collection of popular libraries for JavaScript, CSS and more. Search the full collection and start using them on your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Pinged CloudFlare, since we do not directly control the CDN. cc @terinjokes
Thanks.