Open
Description
Describe the Bug
Not sure if it's related to a misconfiguration or a valid bug.
but when I try to access the GraphiQL running the Django Subscription example
UnicodeDecodeError at /graphql
'charmap' codec can't decode byte 0x8d in position 2299: character maps to <undefined>
Unicode error hint
The string that could not be encoded/decoded was: QL ���� # #
traced from template = Template(render_to_string("graphql/graphiql.html"))
in api\views.py
System Information
- Operating system: Win
- Strawberry version 0.142.2
- Django version: 4.1.3