-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(ui): KERIA down or connectivity issues during SSI setup #981
base: main
Are you sure you want to change the base?
fix(ui): KERIA down or connectivity issues during SSI setup #981
Conversation
Why are we showing that same error if the server was up but gave us the 404 that the agent does not exist? This means the seed phrase is wrong. That's a different error. |
The core already throws different errors for this:
|
@@ -52,6 +53,7 @@ import { OnboardingMode } from "../../components/SwitchOnboardingModeModal/Switc | |||
|
|||
const SSI_URLS_EMPTY = "SSI url is empty"; | |||
const SEED_PHRASE_EMPTY = "Invalid seed phrase"; | |||
const SEED_PHRASE_NOT_BOOTED = "agent does not exist for controller"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to check cause for this one because the error is already specific Agent.KERIA_CONNECT_FAILED_BAD_NETWORK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @iFergal and sorry I got confused with the requirements.
@Sotatek-DukeVu Could you please take a look?
@iFergal |
4d36148
to
012e016
Compare
Description
Display new error message when KERIA down or connectivity issues during SSI setup
Checklist before requesting a review
Issue ticket number and link
Testing & Validation
Security
Code Review
Design Review
Browser
Network Issue
Screen.Recording.2025-02-26.at.14.35.24.mov