
Once I open the app I got this. Maybe connection problem but I can't access to modify the values

Once I open the app I got this. Maybe connection problem but I can't access to modify the values
🥲 , loading time is an issue and usually lasts 30 seconds, if it is any longer than that there if most likely an issue.
Opening the app opens a background process on port 5011,
if this process does not start then it will sit in a loading state for 2 minutes until it gives up.
Was the process on port 5011 started.
You can check in the terminal with the command $ lsof -i :5011
I am waiting more than 10 min
Do you know if something was running on port 5011 before the app was opened?
I see one device (when Live wallet is closed)
I don't know what is.
okay this is a structural issue with live wallet's backend process I really should find an open port before I assign the backend to it, right now I just hard coded using port 5011 since it isn't a commonly used port (or at least so I thought).
Can you try to first close Live Wallet, then kill whatever is running on port 5011 before opening Live wallet again.
to kill whatever is on port 5011 you can run
$ lsof -i :5011
- find the PID number then run
$ kill {whatever the PID number is}
That works!
But when I run a wallet but the screen is in white
Also, if there was something else already running on port 5011 then the background process will not be able to start.