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
"errors": [
{
"message": "You cannot call this from an async context - use a thread or sync_to_async.",
"locations": [
{
"line": 11,
"column": 7
}
],
}
]
consider this query
Works fine.
But this one:
gives this error
This is possibly the line.
strawberry-django-jwt/strawberry_django_jwt/refresh_token/shortcuts.py
Line 24 in 17d520e
The text was updated successfully, but these errors were encountered: