trustification / trustify-ui

Trustify UI component.
2 stars 8 forks source link

if the OIDC issuer cannot be contacted the UI goes crazy #33

Open ctron opened 3 months ago

ctron commented 3 months ago

image

The circle keeps spinning and it seems issue requests without a delay/limit.

I would expect:

ctron commented 3 months ago

I can reproduce the issue exactly the same with your PR. I think you can reproduce this yourself by:

  1. starting podman compose
  2. starting the server
  3. killing the keycloak pod
  4. access the UI

You will also need to remove the line .default_authenticator(self.authenticator) in the run function of server/src/lib.rs.

carlosthe19916 commented 3 months ago

Yes, this one I was able to reproduce. Thanks!