mongkok / fastapi-debug-toolbar

A debug toolbar for FastAPI.
https://fastapi-debug-toolbar.domake.io
BSD 3-Clause "New" or "Revised" License
138 stars 14 forks source link

Add note to prevent compression errors #29

Open elamje opened 1 year ago

elamje commented 1 year ago

Without this note, user will get error due to compression middleware compressing html before debug toolbar has been added to page.

500 Server Error UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte

image