-
Notifications
You must be signed in to change notification settings - Fork 103
LND Account: UI Navigation loosing basepath #1058
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
Comments
Btw I scanned the QR code of the account and it opened page like this: URL is like this, so it seems like a bug in the web app not catching the pairing request. |
Hi @iBobik, First of all, I should probably mention that I don't fully grasp the "blank screen" issues that your experiencing, as I don't experience the same issues myself when navigating through the "Custodial account" creation process with the But I think your main confusion comes from this step:
If you managed to get the pairing phrase to be generated, that means that you successfully created the account 🎉! I think your confusion comes with what you're supposed to do with the pairing phrase itself. I'd recommend you to read through this guide that details how accounts feature works: But in a nutshell, for your usecase, this feature allows you to connect to your node over LNC, and restrict how much initial balance that LNC session should have access to. To connect to the node with the account restrictions over LNC, I suggest you pass that pairing phrase you generated in step 5. to a wallet like Alby or Zeus that allows you to connect to the node over LNC (just like the docs above suggests). Finally I agree that it's a bit confusing that the QR code for the account session takes you to terminal.lightning.engineering, as we do not currently support connecting to accounts sessions through Terminal Web. Perhaps @jamaljsr or @jbrill could look into not showing that QR code for accounts sessions :)? |
Hi, lets focus on this issue, other is only about usability. Do you run your litd with a prefixed path like it is configured in the btcpayserver-docker stack? |
This appears to be a bug on the frontend side. I'll investigate and put up a fix PR if necessary. |
Expected behavior
I can create LND account in the UI
Actual behavior
When navigation in the UI and having litd behind the proxy in the subpath, it does not follow this basepath (/lit) and sometimes navigates to the path without the prefix.
To reproduce
System information
Using this fragment in the BtcPay Server Docker stack:
https://github.com/btcpayserver/btcpayserver-docker/blob/master/docker-compose-generator/docker-fragments/opt-add-lightning-terminal.yml
So the image:
lightninglabs/lightning-terminal:v0.14.1-alpha-path-prefix
The text was updated successfully, but these errors were encountered: