Closed isaackielma closed 1 year ago
Temporary Solution:
For MAC:
rm -rf ~/.mysterium
For Windows:
or
-When using CMD:
RD /S %HOMEDIR%\.mysterium
-When using powershell:
Remove-Item $HOME\.mysterium
works perfectly for Mac OS X Thanks for the help !
After performing some tests in developing environment I can see the issue has been resolved. Likely, event handler that gets triggered when the SecondarySidebarActionButton is clicked was not working due to a network related error.
<SecondarySidebarActionButton onClick={() => navigate(-1)}>
Seems to be working now:
Describe the bug This is what happens when I press " go back " the screen keep looping for hours and no result, I want the " import an account " screen
Expected behavior App should load previous page.
Screenshots
Desktop (please complete the following information):
Additional context More troubleshooting will be done by @isaackielma