-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add exception handling to view account recovery poup #294
Comments
Hey @nimish-ks , can you assign the issue to me? |
Hey @krishchvn , you don't need to add the integration variables. What is the error you are getting? I don't see any error logs on the screenshot you shared. Did you build the images first, with |
Hmm, perhaps you are trying to access the console over http instead of https? With the default setup, the console will run at https://localhost with a self-signed cert. |
I don't think so all containers are starting properly. Below is the log
|
What do you see when you open |
@krishchvn hey, this seems like your system (windows) is having trouble binding port 80 on your host system to 80 of the nginx container. possible solutions:
|
Describe the bug
Currently if a user wishes to view their recovery phrase by going to setting and happens enters an incorrect sudo password and clicks unlock the process fails silently without any obvious indication weather the password entered was correct or not.
To Reproduce
Steps to reproduce the behavior:
View recovery info
4.5 Open browser console
Expected behavior
Unlock
button while the crypto functions are fired and keys are computedScreenshots
The text was updated successfully, but these errors were encountered: