CDN Not Working
CDN Not Working
tableman999
Posts: 8Questions: 1Answers: 0
in General
Hello,
I have some reports from customers of apps not working and see a CDN is having issues.
https://cdn.datatables.net/v/bs-3.3.7/jqc-1.12.4/jszip-3.1.3/pdfmake-0.1.27/moment-2.18.1/ed-mask-1.13.4/select2-4.0.1/selectize-0.12.1/dt-1.10.15/b-1.3.1/b-colvis-1.3.1/b-flash-1.3.1/b-html5-1.3.1/b-print-1.3.1/ef-display-1.6.2/ef-mask-1.6.2/ef-select2-1.6.2/ef-selectize-1.6.2/ef-title-1.6.2/fc-3.2.2/fh-3.1.2/kt-2.2.1/r-2.1.1/rg-1.0.0/rr-1.2.0/sc-1.4.2/se-1.2.2/pdfmake.min.js.map
This discussion has been closed.
Answers
The
.map
files are not provided by the CDN. They are only used for development anywhere, and will make no difference to functionality.We'll see if we can update our software to strip the map file reference.
Allan
Sorry Allan. I did not mean to leave the .map extension in my note. The .js file is not rendering. This was created a couple of years ago but suddenly stopped working in my applications-
https://cdn.datatables.net/v/bs-3.3.7/jqc-1.12.4/jszip-3.1.3/pdfmake-0.1.27/moment-2.18.1/ed-mask-1.13.4/select2-4.0.1/selectize-0.12.1/dt-1.10.15/b-1.3.1/b-colvis-1.3.1/b-flash-1.3.1/b-html5-1.3.1/b-print-1.3.1/ef-display-1.6.2/ef-mask-1.6.2/ef-select2-1.6.2/ef-selectize-1.6.2/ef-title-1.6.2/fc-3.2.2/fh-3.1.2/kt-2.2.1/r-2.1.1/rg-1.0.0/rr-1.2.0/sc-1.4.2/se-1.2.2/datatables.min.js
I see...the .map file is throwing the console error, not the .js. Odd.