Browzer - openziti

Hello Team,

Getting this error after SSO login(keycloak) on the browser console. Any idea how to resolve it?

Uncaught (in promise) Error: The request could not be completed. The session is not authorized or the credentials are invalid
at ZitiContext.fetchServices (ziti-browzer-sw--ziti-browzer-core--427625e5.js:112816:15)
at async ZitiContext.getServiceConfigByName (ziti-browzer-sw--ziti-browzer-core--427625e5.js:112924:9)
at async ZitiContext.getConnectAppDataByServiceName (ziti-browzer-sw--ziti-browzer-core--427625e5.js:113059:20)
at async ZitiContext.initialize (ziti-browzer-sw--ziti-browzer-core--427625e5.js:111676:37)
at async ziti-browzer-sw--ziti-browzer-sw-workbox-strategies--e89a4927.js:461:27
fetchServices @ ziti-browzer-sw--ziti-browzer-core--427625e5.js:112816
Understand this error
ziti-browzer-runtime-xxPqF3qg.js:172134 ZBR-error ZBSW: The request could not be completed. The session is not authorized or the credentials are invalid
log @ ziti-browzer-runtime-xxPqF3qg.js:172134
_log @ ziti-browzer-runtime-xxPqF3qg.js:172466
resolveLog @ ziti-browzer-runtime-xxPqF3qg.js:172432
_logFn @ ziti-browzer-runtime-xxPqF3qg.js:172462
(anonymous) @ ziti-browzer-runtime-xxPqF3qg.js:172364
(anonymous) @ ziti-browzer-runtime-xxPqF3qg.js:217622
t.dispatchEvent @ ziti-browzer-runtime-xxPqF3qg.js:172938
(anonymous) @ ziti-browzer-runtime-xxPqF3qg.js:172750
Promise.then
f @ ziti-browzer-runtime-xxPqF3qg.js:172683
i @ ziti-browzer-runtime-xxPqF3qg.js:172748
e.gn @ ziti-browzer-runtime-xxPqF3qg.js:172764Understand this error

I have browzer running on a docker container currently.

This is the error log in browzer. I checked the redirect uris on Browzer and I have the correct Valid redirect URIs.
{"level":"error","message":{"error":"{"error":"invalid_request","error_description":"The requested redirect_uri is missing in the client configuration. If you have any questions, you may contact the administrator of the application."}\n","error_code":400,"redirect_uri":"{this uri is in the keycloak redirect uri already }"},"timestamp":"2026-08-10T02:40:11.620Z","version":"0.90.0"}

Thank you for your time.
Appreciate your help.