Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle oversized plugins #70

Merged
merged 2 commits into from
Feb 13, 2025
Merged

Conversation

Xpirix
Copy link
Collaborator

@Xpirix Xpirix commented Feb 13, 2025

Fix for #67

The feature already exists but is not triggered correctly because the NGINX client_max_body_size is set 20M and the max size allowed by the validator is 25Mb.
The suggestion here is to keep the validators limit and increase the NGINX client_max_body_size to 30M. In this case, the validator will raise the error explicitly on the upload page when the plugin size limit is reached without being handled by NGINX and generate the Cloudflare error.

Additional changes:

  • Update the Publish a plugin docs to include this limit
  • Add the docs for the Approval process (ported from the old version)

@Xpirix Xpirix merged commit 9484a44 into qgis:master Feb 13, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant