Hello,
I am sorry to open this issue, but I don't know how to debug it, and I have spent now almost a week on this issue.
Namely if user already has JWT-Cookie on every request I see Set-Cookie.
Problem is during login request I get 2 Set-Cookies which makes a mess and user can't authenticate with new credentials, even though the auth process it self works out.
First image shows login action, so you can see Set-Cookie twice

the other one is indication that other non-Set-Cookies requests actually append Set-Cookie

I can build SCEE if you want, but I am mostly looking for clues what could be wrong here.
I have stripped whole app to barebones and it behaves the same.
I have tried to clearSession before applying cookies but avail.
Thank you for any clue that you could give me,
and THANK you for whole Servant effort <3