microscopic-mechanic-13766
07/27/2022, 10:51 AMERROR auth.sso.oidc.OidcCallbackLogic - Unable to renew the session. The session store may not support this feature
.
I have seen that the origin of this error used to be that the PLAY_TOKEN cookie was rejected due to userprofile exceeding 4096 chars. I have checked the length of this cookie and in my case is lower than 4096 chars.
The thing is that I get this error both when I login and when I try to logout (I say try to logout as it doesn't logout, it just keeps redirecting to the main page of Datahub, the one where you can see the datasets ingested,...)
I have also tried limiting the claims of the AUTH_OIDC_SCOPE
but haven't been lucky.
Any help would be appreciated!