Error: Error [ERR_FR_MAX_BODY_LENGTH_EXCEEDED]: Request body larger than maxBodyLength limit
Closed this issue · 7 comments
bingryan commented
Error: Error [ERR_FR_MAX_BODY_LENGTH_EXCEEDED]: Request body larger than maxBodyLength limit
Panquesito7 commented
Hello. Could you please explain where is this error shown? 🤔
bingryan commented
path add 8M png image
Panquesito7 commented
Could you provide more details and examples or such? I'm not sure I understand. 😅
bingryan commented
steps:
- name: Upload a picture
uses: devicons/public-upload-to-imgur@v2.2.2 # Use this for the most stable version
with:
path: ./img.png # required
client_id: ${{secrets.IMGUR_CLIENT_ID}} # required
description: My picture # optional
img.png is 8M image
then, get error: Request body larger than maxBodyLength limi
Panquesito7 commented
Strange. CC: @lunatic-fox, @Snailedlt.