Skip to content

"Body size exceeds the given limit" error from S3 on a GET request #684

@boutell

Description

@boutell

First: THANK YOU for fantastic software. I am grateful to have it!

OK, on to the issue:

     {
        "url": "https://apostrophecms-static-assets.s3.us-east-1.amazonaws.com/apostrophe-release-4.12.0.mp4",
        "error": "body size exceeds the given limit"
      },

My guess here is that muffet is sending a body at all for a GET request that is satisfied by try_files, and S3 doesn't approve.

Eliminating any body at all from a GET request seems like the move.

(Sanity-checked the URL in chrome, loads fine.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions