Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'NoneType' object has no attribute 'enabled_panels' #25

Open
andyi95 opened this issue Feb 16, 2023 · 0 comments
Open

Comments

@andyi95
Copy link

andyi95 commented Feb 16, 2023

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant