We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When navigating to /vre-api/admin, we get:
Internal Server Error: /vre-api/admin/ Traceback (most recent call last): File "/opt/venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 185, in _get_response response = middleware_method( ^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.12/site-packages/django_keycloak_auth/middleware.py", line 90, in process_view is_api_view = True if str(view_func.cls.__qualname__) == "WrappedAPIView" else False ^^^^^^^^^^^^^ AttributeError: 'function' object has no attribute 'cls'
I suspect it's related to #170
The text was updated successfully, but these errors were encountered:
remove unused keycloak dependency from vreapis to fix #190
1f122d4
Merge pull request #191 from QCDIS/190-admin-interface-is-broken-in-v…
b21b657
…1010-beta remove unused keycloak dependency from vreapis to fix #190
gpelouze
Successfully merging a pull request may close this issue.
When navigating to /vre-api/admin, we get:
I suspect it's related to #170
The text was updated successfully, but these errors were encountered: