You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the root problem is that the reverse proxy is configured to not accept post with a content length bigger than a threshold and Cecilifier is not reporting the error accordingly.
Unfortunately I am not willing to increase this limit since that can lead to large amounts of disk being consumed.
To workaround that either use a reference assembly (which usually falls within the size limit) or use some stripping tool (for example this one - note that I've never used this tool though)
Reproduction Steps:
Expected behaviour: code is cecilified
Experienced behaviour: no output
The text was updated successfully, but these errors were encountered: