For some reasons, the requests seems to pass (requests from the cypress-keycloak plugin) :
But when I do a cy.visit() right after the login, my app keep redirecting me. It's a react app. The funny thing is when I login though the Cypress browser, it's working perfectly : http://auth.traefik.loc/auth/realms/bilik/protocol/openid-connect/auth?client_id=admin&redirect_uri=http%3A%2F%2Fadmin.devbilik.loc%2F&state=09736f9f-73c9-473a-93b7-1f6542102309&response_mode=fragment&response_type=code&scope=openid%20offline_access&nonce=2399c1c6-7752-48a7-8f57-cdc472e66a4b
Versions :
Here is my test :
For some reasons, the requests seems to pass (requests from the cypress-keycloak plugin) :
But when I do a
cy.visit()
right after thelogin
, my app keep redirecting me. It's a react app. The funny thing is when I login though the Cypress browser, it's working perfectly :http://auth.traefik.loc/auth/realms/bilik/protocol/openid-connect/auth?client_id=admin&redirect_uri=http%3A%2F%2Fadmin.devbilik.loc%2F&state=09736f9f-73c9-473a-93b7-1f6542102309&response_mode=fragment&response_type=code&scope=openid%20offline_access&nonce=2399c1c6-7752-48a7-8f57-cdc472e66a4b
What do I miss here ? Thanks.