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

413 Request entity too large #447

Open
CODEheures opened this issue Dec 4, 2024 · 4 comments
Open

413 Request entity too large #447

CODEheures opened this issue Dec 4, 2024 · 4 comments

Comments

@CODEheures
Copy link

CODEheures commented Dec 4, 2024

With this configuration (latest = 5.2.1 today):

2024-12-04_14h03_51
2024-12-04_14h14_59

I try to upload this file (~1Go):

2024-12-04_14h12_50

And I obtain 413:

2024-12-04_14h15_20

Precision:

If my sql file is under 1Go it's ok, over 1Go I received a 413 response regardless of UPLOAD_LIMIT param

@williamdes
Copy link
Member

Thank you for the report, I need to investigate.
That said you should be using phpmyadmin as the image name, it is the official Docker one. Ref #363

@CODEheures
Copy link
Author

CODEheures commented Dec 9, 2024

Thank you. I change to use the official image. For info, I obtain the same result

2024-12-09_10h41_39

@appmonkey8010
Copy link

appmonkey8010 commented Dec 19, 2024

Same Issue here. Only the latest Version. Downgrade to phpmyadmin/phpmyadmin:5.2.0 and work now.

Seems to be, that the variable "UPLOAD_LIMIT" are not set correctly somewhere

@williamdes
Copy link
Member

williamdes commented Dec 21, 2024

Here is the diff, this is quite strange: 5.2.0...5.2.1.1

Can you use : phpmyadmin:5.2.0 and confirm that it still works fine ?
But not phpmyadmin:5.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants