Issue: 01

After login keycloak display "Cookie not found. Please make sure cookies are enabled in your browser.

Issue:

  1. we faced in this issue in Microsoft Edge browser in development

cookienotfound

404 default

Causes:

  1. Keycloak server Running on default path (/) like ex: https://XXXX.kanilebettu.in/realms/<realm_name>/ and we change keycloak path (/auth/) as like ex: https://XXXX.kanilebettu.in/auth/realms/<realm_name>/protocol/openid-…​…​;.

  2. So that browser is save the old data ( old path ) when we try to login using new url its redirecting to old path.

Solution:
In the Edge browser:

  1. Click on the Edge menu (3 dots) on the top right hand side

  2. Click on Settings

  3. On the left hand side, click Privacy, search, and services.

  4. Under the Clear browsing data click Choose what to clear.

  5. Select Cookies and other site data

  6. Select time range to clear cookies and other site data.

  7. Click on Clear now and wait for that dialogue box to exit

  8. Close all open Edge instances and therefore all tabs

For further information on how to manage Edge data on your computer, visit Delete cookies in Microsoft Edge.