Parse-sdk-js: Failing to get the JS SDK from parsecdn.com

Created on 31 Jan 2017  路  3Comments  路  Source: parse-community/Parse-SDK-JS

I don't know if it has anything to do with the Parse shutdown but my service started failing since yesterday because it couldn't get the Parse JS SDK from parsecdn.com. Did you guys shut that down as well? Moved stuff to cdnjs.cloudflare.com for now. Do you recommend a better cdn?

resolved

Most helpful comment

In case anyone needs it. What I'm using is:

https://unpkg.com/parse/dist/parse.min.js

All 3 comments

Yes, ParseCDN was part of the Parse shutdown. For a while now, we've been encouraging users to switch to unpkg.com (formerly npmcdn). The npm packages are fully compatible with this service, and in my experience it's been a great host.

(Leaving open in case others have the same question.

In case anyone needs it. What I'm using is:

https://unpkg.com/parse/dist/parse.min.js

Was this page helpful?
0 / 5 - 0 ratings