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
I'm encountering an error when attempting to upload a backup file in a WordPress with MariaDB application. Despite changing the .htaccess settings to allow large file uploads, I still receive a "413 Payload Too Large" error.
Attempt to upload a 400MB backup file using the WordPress media uploader or import tool.
Check browser's console log
Example Repository URL
No response
Coolify Version
v4.0.0-beta-3.8.0
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
No response
The text was updated successfully, but these errors were encountered:
clho40
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Jan 16, 2025
To add to the above, if you are behind a WAF, check that it's not causing this as well.
If you are running WordPress inside an apache container, you can also increase the upload limit on the apache side by adding this line to your .htaccess:
Error Message and Logs
I'm encountering an error when attempting to upload a backup file in a WordPress with MariaDB application. Despite changing the .htaccess settings to allow large file uploads, I still receive a "413 Payload Too Large" error.
These are my /var/www/html/.htaccess settings:
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta-3.8.0
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
No response
The text was updated successfully, but these errors were encountered: