Bug: StructlogPlugin breaks SQLAdminPlugin #3986
Labels
Bug 🐛
This is something that is not working as expected
Great MCVE
This is a great example of a great MCVE
Logging
This is related to our logging
Description
SQLAdminPlugins works on its own but breaks when StructlogPlugin is added. I believe this is a Litestar Internal bug however which is why I'm raising this issue here. I have determined that:
litestar/data_extractors.py:172
callsself.extract_body()
callsrequest.form()
callsself.stream()
callsself.route_handler.resolve_request_max_body_size()
self.route_handler
is NOTHTTPRouteHandler
as expected, but insteadASGIRouteHandler
, which does not support this method.URL to code causing the issue
No response
MCVE
Steps to reproduce
Screenshots
Logs
Litestar Version
2.14.0
Platform
The text was updated successfully, but these errors were encountered: