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

Replies

  • maliwikmaliwik Posts: 55Questions: 5Answers: 1

    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.

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin

    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

  • maliwikmaliwik Posts: 55Questions: 5Answers: 1
    edited September 2017

    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.

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin

    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

  • maliwikmaliwik Posts: 55Questions: 5Answers: 1

    I'm glad you were able to get it working. You're welcome :smiley:

    -- Mike

This discussion has been closed.