iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.64k stars 306 forks source link

what is this error: "Not Found: /dj-rest-auth/password/img/grid.png" #450

Closed duckheada closed 1 year ago

duckheada commented 1 year ago

when I change the password using the "/dj-rest-auth/password/change/" endpoint, the password reset fine (I get: HTTP 200 OK Allow: POST, OPTIONS Content-Type: application/json Vary: Accept

{ "detail": "New password has been saved." })

However I also get the error mentioned in the title on my terminal. Here's a view of my terminal:

System check identified no issues (0 silenced). November 09, 2022 - 17:10:37 Django version 4.1.3, using settings 'project.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. [09/Nov/2022 17:10:51] "POST /dj-rest-auth/password/change/ HTTP/1.1" 200 12986 Not Found: /dj-rest-auth/password/img/grid.png [09/Nov/2022 17:10:51] "GET /dj-rest-auth/password/img/grid.png HTTP/1.1" 404 6746

What is this error about?