Closed jcuenod closed 1 year ago
This shouldn't be the case. Could you provide the output of the exception you get if you do not add strawberry_django_extras.jwt.refresh_token.apps.RefreshTokenConfig
to your INSTALLED_APPS
. ?
Hi @jcuenod
Drafted a new release that should solve this issue. Closing this for now. If the problem is not resolved in v0.1.5 feel free to reopen the issue.
Thanks, this appears to have resolved the issue.
When I import
with_total_count
, I am required to addstrawberry_django_extras.jwt.refresh_token.apps.RefreshTokenConfig
to myINSTALLED_APPS
insettings.py
.If all I'm using is pagination, I shouldn't need JWT refresh stuff.