djoser icon indicating copy to clipboard operation
djoser copied to clipboard

Seem having a error on Djoser server [HttpResponse status_code=503]

Open kev26 opened this issue 2 years ago • 1 comments

My code running good, but now seem having a error on Djoser server. I can not get auth_token when I use client.post with my data.

  File "/home/kev/work/project/gg/my-project/accounts/utils.py", line 65, in login_with_token
    token = resp.data["auth_token"]
AttributeError: 'HttpResponse' object has no attribute 'data'

Pls check ! Thank so much !

kev26 avatar Jul 26 '22 09:07 kev26

pls help !

kev26 avatar Aug 09 '22 09:08 kev26