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
while we are executing the code as below,
try:
user = backend.do_auth(token, user=authed_user)
except Exception as e:
return Response({"error": "do_auth error","detail":e.message},
status=status.HTTP_500_INTERNAL_SERVER_ERROR)
the error message comes up:
Cannot resolve keyword 'response' into field. Choices are:...
The text was updated successfully, but these errors were encountered:
while we are executing the code as below,
try:
user = backend.do_auth(token, user=authed_user)
except Exception as e:
return Response({"error": "do_auth error","detail":e.message},
status=status.HTTP_500_INTERNAL_SERVER_ERROR)
the error message comes up:
Cannot resolve keyword 'response' into field. Choices are:...
The text was updated successfully, but these errors were encountered: