p2-inc / keycloak-orgs

Single realm, multi-tenancy for SaaS apps
Other
361 stars 65 forks source link

Getting cookie error on second browser tab #233

Open prifulnath opened 1 month ago

prifulnath commented 1 month ago

Hello.

I am doing some testing on user actions setup. While i am trying to check this i found an error message "Cookie not found. Please make sure cookies are enabled in your browser."

image

Steps to reproduce,

I found the same issue asked in keycloak repo , so tested with the latest keycloak it was working as expected. But when i am using latest phase2 it is showing the same error.

Is there anyway i can avoid this message and redirect to login page, from action expired page? or am i doing something wrong here?

xgp commented 1 month ago

@prifulnath Thanks for the report. Can you please check the image version you are using and paste it here? When using the most recent version (24.0.4.1715362488) and your instructions, I'm not able to reproduce.

prifulnath commented 1 month ago

@xgp I am right now using 24.0.2 version.

FROM quay.io/phasetwo/phasetwo-keycloak:24.0.2

I will try with 24.0.4 as well.

prifulnath commented 1 month ago

Issue occur when I added a back to login button in Action expired page. It is happening even in the 24.0.2.