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

Download from Website does not work with all/most languages selected #4019

Closed girlpunk closed 3 months ago

girlpunk commented 3 months ago

Describe the issue/behaviour that seems buggy Downloading from the website does not work with a large number of languages selected.

Sample Code or Instructions to Reproduce

  1. Browse to https://highlightjs.org/download
  2. Tick the "Select all languages" box
  3. Click download
  4. A file called highlight.zip will be downloaded, however this is not a ZIP file. It contains the following
    {"errorType":"Function.ResponseSizeTooLarge","errorMessage":"Response payload size exceeded maximum allowed payload size (6291556 bytes)."}

Expected behaviour A valid ZIP file should be downloaded, containing the library

joshgoebel commented 3 months ago

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