getodk / central-frontend

Vue.js based frontend for ODK Central
https://docs.getodk.org/central-intro/
Apache License 2.0
32 stars 56 forks source link

Return a better error message when nginx returns 413 error #977

Closed ktuite closed 3 months ago

ktuite commented 3 months ago

Closes https://github.com/getodk/central/issues/610

Screenshot 2024-04-23 at 4 24 18 PM

What has been done to verify that this works as intended?

I artificially lowered the nginx error to 1mb to trigger this.

Why is this the best possible solution? Were any other approaches considered?

I didn't see any filled in content-length info that I could have used to show the actual size in the error message. Also left the message pretty generic.

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

Does this change require updates to user documentation? If so, please file an issue here and include the link below.

Before submitting this PR, please make sure you have: