You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
traced from
template = Template(render_to_string("graphql/graphiql.html"))
inapi\views.py
System Information
The text was updated successfully, but these errors were encountered: