Question T22548
Visible to All Users

internal server error returned by unpkg.com cdn

created 13 days ago

Hello

We are facing some issues with the links to SurveyJS libraries, for example:

These two links return "Internal server error," causing an error in our app since the JavaScript files can't be loaded. I understand that unpkg might be out of your control, but I'd like to know where I can download specific version libraries so we can add the files locally.

Thank you, kind regards

Answers approved by surveyjs Support

created 13 days ago

Hello Stefano,
You may want to download the survey-core package from NPM and add SurveyJS JS and CSS files to your project locally.

Alternatively, consider another CDN such as jsDelivr: https://cdn.jsdelivr.net/npm/[package-name].

I hope this information helps. Please let us know if you have any further questions.