Closed nrbnlulu closed 7 months ago
@shmoon-kr
I tried to fix it: request = info.context['request'] if isinstance(info.context, dict) else info.context.request but it still raises an error
The error is in get_current_site() I think the solution is to implement this function ourselves.
stacktrace:
method to fix: https://github.com/nrbnlulu/strawberry-django-auth/blob/7c97c5024c1dc1f6dacd3fcffca0f0046325bc1c/gqlauth/models.py#L59