tippyjs icon indicating copy to clipboard operation
tippyjs copied to clipboard

unpkg server 520 error

Open qhgus0174 opened this issue 2 years ago • 5 comments

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

qhgus0174 avatar Apr 04 '23 12:04 qhgus0174

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

core-code avatar Apr 04 '23 18:04 core-code

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

jimaek avatar Apr 04 '23 18:04 jimaek

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.

eagene avatar Apr 04 '23 18:04 eagene

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

zoobab avatar Apr 12 '24 08:04 zoobab

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

<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>

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

kamal-ahmedcom avatar Apr 12 '24 09:04 kamal-ahmedcom