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
Error reports can not be sent because too large #15146
Comments
This seems like total nonsense. |
|
REQUEST_AS_HAR_ISSUE_15146.json Use |
|
I am trying to do it @williamdes |
|
Okay, I was working on it, but I let you fix it ;) Do not forget to check that the And find an arbitrary length to truncate context lines :) See attached exception for tests Do not forget to use : https://caniuse.com That would be stupid to have an error at the error reporting level. |
|
cc @kartik1000 |
|
I am onto it @williamdes :) |
|
@kartik1000 You successfully reproduced the error, this is a network error caused by an very very long request body :) |
[ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
|
Sorry @williamdes, couldn't work on this one :( |
|
No problem @kartik1000 this one is not very funny to solve :) |
Fixes phpmyadmin#15146 See: 926a9f4 Aligned with php code (that does quite the same truncate on the context stack) Signed-off-by: William Desportes <williamdes@wdes.fr>
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |


Describe the bug
Reproduce issue #14611 and try to send error report
Error report cannot be sent because
413 (Request Entity Too Large)Github does not allow me to post the request as CURL (in the comment) because it is too long.
The text was updated successfully, but these errors were encountered: