Describe the bug
Hi guys,
I have electron app and in my application something like this:
return this.keycloak.init({
onLoad: 'check-sso' as KeycloakOnLoad,
...initOptions,
});
and this promise will be never resolver or rejected, it's happening not so often, but anyway, is it possible to check this issue?
Version
26.2.3
Expected behavior
keyclock.init should resolved or rejected.
Actual behavior
keyclock.init sometimes stuck without any response.
How to Reproduce?
When use keyclock.logout.
Anything else?
No response
Describe the bug
Hi guys,
I have electron app and in my application something like this:
and this promise will be never resolver or rejected, it's happening not so often, but anyway, is it possible to check this issue?
Version
26.2.3
Expected behavior
keyclock.init should resolved or rejected.
Actual behavior
keyclock.init sometimes stuck without any response.
How to Reproduce?
When use keyclock.logout.
Anything else?
No response