Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue initializing wallet #2376

Open
jleach opened this issue Feb 11, 2025 · 3 comments
Open

Issue initializing wallet #2376

jleach opened this issue Feb 11, 2025 · 3 comments
Labels
bug Something isn't working need-ux-wireframe

Comments

@jleach
Copy link
Member

jleach commented Feb 11, 2025

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.

Image

@jleach jleach added the bug Something isn't working label Feb 11, 2025
@jleach
Copy link
Member Author

jleach commented Feb 11, 2025

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.

@jeznorth
Copy link

@knguyenBC to chime in thoughts here.

@knguyenBC
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need-ux-wireframe
Projects
None yet
Development

No branches or pull requests

3 participants