highlightjs / highlight.js

JavaScript syntax highlighter with language auto-detection and zero dependencies.
https://highlightjs.org/
BSD 3-Clause "New" or "Revised" License
23.3k stars 3.52k forks source link

Not possible to download a package with all languages from the website #4031

Closed wojciech-kulik closed 2 months ago

wojciech-kulik commented 2 months ago

https://highlightjs.org/download - if I select all languages (it also happens for some smaller undefined number of languages), the downloaded zip is always 139 bytes and it's broken.

WhyFenceCode commented 2 months ago

I have the same issue, so i can verify that this is an issue. I talked to others and they have the same thing.

WhyFenceCode commented 2 months ago

more info, i did some digging, and i found that it outputs 502 Bad Gateway when the request is sent.

WhyFenceCode commented 2 months ago

it currently works with one lang at a time

WhyFenceCode commented 2 months ago

It stops working when you go above 100 langs at a time

joshgoebel commented 2 months ago

Closing as duplicate of https://github.com/highlightjs/highlightjs.org/issues/15