Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

413 Request Entity Too Large #310

Open
2 tasks done
victoralbino opened this issue Jul 14, 2022 · 3 comments
Open
2 tasks done

413 Request Entity Too Large #310

victoralbino opened this issue Jul 14, 2022 · 3 comments
Labels
question Further information is requested

Comments

@victoralbino
Copy link

Troubleshooting

  • I have attempted to troubleshoot this already

Describe your question

Hello guys.
I have a problem to import an xml in the wordpress importer.

I already configured the file my-project/config/php-fpm/docker-php-ext-xdebug.ini adding the following to the end:

upload_max_filesize = 30000M
post_max_size = 30000M

And also in the my-project/config/nginx/server.conf file adding:

client_max_body_size 300m;

But when sending a 16.6 Mb file I still have this error
image

If anyone can help me I would be very grateful

Code of Conduct

  • I agree to follow this project's Code of Conduct
@victoralbino victoralbino added the question Further information is requested label Jul 14, 2022
@benlk
Copy link
Contributor

benlk commented Nov 28, 2022

I have had this problem today, when importing a 7.6MB WordPress export XML.

@UmeshSingla
Copy link

@victoralbino Were you able to figure this out? Having similar issue and not able to resolve it.

@bzkn
Copy link

bzkn commented Feb 15, 2023

Tried all above steps - I'm having the same issue with any file larger than 1 MB in the media library. @victoralbino - have you had any luck?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants