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
Running Django 3.2 with Nuxt, most of SSR Axios requests are producing this error
[2023-02-16 14:37:27,122] Internal Server Error: /graphql/
Traceback (most recent call last):
File "C:\dev\proj\backend\venv\lib\site-packages\django\core\handlers\exception.py", line 34, in inner
response = get_response(request)
File "C:\dev\proj\backend\venv\lib\site-packages\graphiql_debug_toolbar\middleware.py", line 91, in __call__
payload = get_payload(request, response, toolbar)
File "C:\dev\proj\backend\venv\lib\site-packages\graphiql_debug_toolbar\middleware.py", line 28, in get_payload
for panel in reversed(toolbar.enabled_panels):
AttributeError: 'NoneType' object has no attribute 'enabled_panels'
The text was updated successfully, but these errors were encountered:
Running Django 3.2 with Nuxt, most of SSR Axios requests are producing this error
The text was updated successfully, but these errors were encountered: