CDN delivery empty when Bootstrap 4 and all option except Editor are selected
CDN delivery empty when Bootstrap 4 and all option except Editor are selected
maliwik
Posts: 55Questions: 5Answers: 1
When Bootstrap 4 Styling framework is selected and the following are selected:
- DataTables package
- All Extensions
The generated link for both the stylesheet and the script result in an empty page:
This discussion has been closed.
Replies
Update: It's actually happening on just the DataTables Styling framework as well. If all the extensions are selected, it won't give a proper delivery.
Thanks. I'm not entirely sure why that is happening - but I can see it as well and will investigate. The download option appears to work okay for the selected options, so its something related to the CDN - but I'm not seeing any errors reported unfortunately.
Allan
Allan,
I went through and tested all the extension options and it seems the JSZip under HTML5 export is the culprit. Deselecting this option allows everything else to work, but if it's selected, then the delivery is empty.
Nice detective work! It turns out that it was the sequence in the parameter names. My build script was reordering them and finding that the file existed, but then the file contents were requested in the original order - empty file...
I've fixed it now. The links above still won't work, but the links generated by the download builder now will!
Thanks for your help with this!
Allan
I'm glad you were able to get it working. You're welcome
-- Mike