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:...