Boris Bliznioukov
Boris Bliznioukov
I stumblled on this as well. Here: ``` const Logout = () => { const { auth } = useStores(); void auth.logout().then(() => { if (env.OIDC_LOGOUT_URI) { window.location.replace(env.OIDC_LOGOUT_URI); } });...
there is no reason to stay with docker ... try OrbStack or k3s.
the `window.location.replace` happens after all `navigation` and `post /auth.delete`. Otherwise `window.location.replace` is canceled by react navigation somewhere inside Authenticated wrapper.
> Can requestAnimationFrame work? I would prefer to delay until specifically the next frame than some arbitrary point of time in the future if it will do the trick I...
please note that in docker 27.x.x CSI plugin interface is broken
This does not mean Logrus is dead. Logrus will continue to be maintained for security, (backwards compatible) bug fixes, and performance (where we are limited by the interface).