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
When initializing the wallet it can become stuck establishing a connection to the mediator. It's recognizing it already has a connection and either not re-using it or not cleaning it up and creating another one.
Acceptance Criteria
When attempting to delete the mediator, show a message notifying the user the action cannot be performed.
The text was updated successfully, but these errors were encountered:
Tracked this down to being able to delete the mediator connection in "Developer Mode". You can delete the mediator but some portion of the record must still exist because Credo-ts still recognizes the old connection ID. Maybe there is an invitation record that also needs to be removed. Could be fixed by just disabling the remove connection button if the connection is the mediator.
That’s fix sounds fine. The connection to the meditator isn’t something we want people to do anyways. And if it’s just in developer mode, as long as it’s not something we need internally, I don’t see any issues with this. Is this a fix that would require a release? A reinstall?
When initializing the wallet it can become stuck establishing a connection to the mediator. It's recognizing it already has a connection and either not re-using it or not cleaning it up and creating another one.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: