Skip to content

Keyclock init sometimes does not resolve promise #262

@oleksiirugik

Description

@oleksiirugik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions