You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is likely a regression that we introduced when we introduced retry logic:
We try to connect to the running instance of SpiceDB, and if it isn't available we retry three times. We log on failed retries and this looks weird. We should probably skip the retries and silently fail in this case - otherwise it's just noise.