atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.78k stars 517 forks source link

unpkg server 520 error #1117

Open qhgus0174 opened 1 year ago

qhgus0174 commented 1 year ago

https://unpkg.com/tippy.js@6/dist/tippy-bundle.umd.js https://unpkg.com/@popperjs/core@2/dist/umd/popper.min.js

return 520 error

core-code commented 1 year ago

confirmed: https://github.com/mjackson/unpkg/issues/361

jimaek commented 1 year ago

Consider switching https://cdn.jsdelivr.net/npm/tippy.js@6/dist/tippy-bundle.umd.js

23mil monthly hits already btw https://www.jsdelivr.com/package/npm/tippy.js?tab=stats

eagene commented 1 year ago

Consider switching https://cdn.jsdelivr.net/npm/tippy.js@6/dist/tippy-bundle.umd.js

23mil monthly hits already btw https://www.jsdelivr.com/package/npm/tippy.js?tab=stats

That's a big help, thanks! I found the link for popper too and I can bring my site back up.

zoobab commented 3 months ago

@eagene what is your link for popper? I have the same issue.

kamal-ahmedcom commented 3 months ago

I've used the following which has sorted it for me:

<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"></script>

<script src="https://cdn.jsdelivr.net/npm/tippy.js@6/dist/tippy-bundle.umd.js"></script>