assem-ch / django-jet-reboot

Legacy Django jet rebooted to support Django > 3 (4 and 5), and latest python releases
https://django-jet-reboot.readthedocs.io/
GNU Affero General Public License v3.0
399 stars 65 forks source link

Logout fails due to it being a GET request not a POST request #106

Closed adambirds closed 3 weeks ago

adambirds commented 7 months ago

I get the below errors:

fliplytics-fliplytics-backend-1 | 2024-02-18 05:15:40,853 - django.request - WARNING - Method Not Allowed (GET): /admin/logout/ fliplytics-fliplytics-backend-1 | Method Not Allowed: /admin/logout/ fliplytics-fliplytics-backend-1 | 2024-02-18 05:15:40,855 - django.request - WARNING - Method Not Allowed: /admin/logout/ fliplytics-fliplytics-backend-1 | HTTP GET /admin/logout/ 405 [0.01, 172.18.0.1:58730]

Its due to it being a get request not a post request.

assem-ch commented 3 weeks ago

fixed by @amadev , try to upgrade int django-jet-reboot==1.3.9