I got a weird issue which seems to only be happening on staging, locally it works fine.
If I login to my application and click on the navigation on User I get redirected to /users, if I refresh that page it refreshes and shows the users just as expected locally.
On staging though, if I login and click on User in the Navigation it shows the users, but if I refresh my page I get stuck into an infinite loop, it keeps refreshing with a HTTP 409
Request URL:
https://tenant.test.de/users
Request Method:
GET
Status Code:
409 Conflict
Remote Address:
168.119.252.49:443
Referrer Policy:
strict-origin-when-cross-origin
Any ideas why this could be happening, debugging it already 1-2 days without success.