Problems trying to log in - Quince

Hello everyone !

I’m having problems with a platform, we recently updated it to tutor 17.0.6 from 15.3.9.

I try to log in but it appears that an error has occurred, I attach a screenshot.

Reviewing the logs I found this:

plenuma-mysql-1 | 2024-07-03T00:09:24.548298Z 9 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ‘‘mysql_native_password’ is deprecated and will be removed in a future release. Please use caching_sha2_password instead’
plenuma-lms-1 | 2024-07-03 00:09:24,560 INFO 25 [tracking] [user None] [ip 189.162.142.182] logger.py:41 - {“name”: “/api/user/v1/account/login_session/”, “context”: {“user_id”: null, “path”: “/api/user/v1/account/login_session/”, “course_id”: “”, “org_id”: “”, “enterprise_uuid”: “”}, “username”: “”, “session”: “02edd561ee5f1d4f80be90cd4f9a2eff”, “ip”: “189.162.142.182”, “agent”: “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0”, “host”: “academy.plenumsoft.com.mx”, “referer”: “https://academy.plenumsoft.com.mx/login?next=%2F”, “accept_language”: “es-MX,es;q=0.8,en-US;q=0.5,en;q=0.3”, “event”: “{"GET": {}, "POST": {"email": ["gonzalo.zupos@outlook.es"], "password": "********"}}”, “time”: “2024-07-03T00:09:24.560252+00:00”, “event_type”: “/api/user/v1/account/login_session/”, “event_source”: “server”, “page”: null}
plenuma-lms-1 | 2024-07-03 00:09:25,590 WARNING 25 [django.security.csrf] [user None] [ip 189.162.142.182] log.py:241 - Forbidden (Origin checking failed - https://academy.plenumsoft.com.mx does not match any trusted origins.): /api/user/v1/account/login_session/
plenuma-caddy-1 | {“level”:“error”,“ts”:1719965365.5963051,“logger”:“http.log.access.log0”,“msg”:“handled request”,“request”:{“remote_ip”:“172.18.0.1”,“remote_port”:“56230”,“client_ip”:“189.162.142.182”,“proto”:“HTTP/1.0”,“method”:“POST”,“host”:“academy.plenumsoft.com.mx”,“uri”:“/api/user/v1/account/login_session/”},“bytes_read”:51,“user_id”:“”,“duration”:1.075862303,“size”:581,“status”:403}
plenuma-lms-1 | [pid: 25|app: 0|req: 1/2] 172.18.0.3 () {64 vars in 1427 bytes} [Wed Jul 3 00:09:24 2024] POST /api/user/v1/account/login_session/ => generated 1040 bytes in 1074 msecs (HTTP/1.1 403) 8 headers in 319 bytes (1 switches on core 0)

Has anyone had a similar problem?

I thank you all for your attention!!

Hi! I am not an operator but I see there is an error in django.security.csrf and I see a csrf related breaking change in the Quince release notes - might there be a connection?