Replies: 1 comment 5 replies
-
I’ve just completed a fresh installation of the system — everything went smoothly, and the application was working as expected. However, after I tested the password reset functionality, the login process broke again, and I started receiving a 409 Conflict error consistently. This is the exact same issue I encountered previously, and I was hoping a clean reinstall would solve it — but it seems to be directly triggered by the password reset flow. Steps to reproduce:
Possible cause: This might be related to session or CSRF token conflicts after the reset process. The cookies (solidtime_session and XSRF-TOKEN) may not be syncing correctly after the password change. Let me know if any logs or request headers would help — happy to provide more details. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team 👋
I'm encountering a 409 Conflict error when trying to log in via the /login endpoint. Here's what I’ve observed:
The request is a standard POST to /login.
The server responds with 409 Conflict and the message:
"The request could not be processed due to a conflict."
The response appears even before any form validation is triggered.
Request is sent via browser from https://tracker.my-domain.com/login.
Headers and environment details:
I’m using the application via Docker proxying it through Nginx proxy manager, and also using Cloudflare proxy as a second proxy.
I have also tried disabling proxying and logging directly into the software with no results
I haven't made any changes to the authentication logic manually.
Remote address (as seen in DevTools): [IP_addr]:10809
strict-origin-when-cross-origin seems to be enforced.
Possible involvement of CSRF or session mismatch.
What I've tried:
Could you help me understand what may be causing the 409?
Happy to provide any configs or routes if needed.
Thanks in advance 🙏
Beta Was this translation helpful? Give feedback.
All reactions