LottieFiles / lottie-player

Lottie viewer/player as an easy to use web component! https://lottiefiles.com/web-player
MIT License
1.55k stars 175 forks source link

CDN for lottie-player on UNPKG returning 520 error #242

Closed thrkll closed 5 months ago

thrkll commented 5 months ago

Currently, the lottie-player cdn is returning a 520 error. Animations are thus not loading.

image

image

theashraf commented 5 months ago

@thrkll

UNPKG is currently down. You might consider switching to Cloudflare CDN instead. https://www.jsdelivr.com/package/npm/@lottiefiles/lottie-player

This change should not impact usage. You can simply replace the UNPKG URL with this one from Cloudflare CDN: https://cdn.jsdelivr.net/npm/@lottiefiles/lottie-player@2.0.4/dist/lottie-player.min.js

thrkll commented 5 months ago

Oh that's just great 😂

Thanks a lot @theashraf.