You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I cannot connect my lightning node to Alby through LND. I get immediately a "failed to fetch" and, when I open the provided link to check for SSL errors, the browsers returns an ERR_UNSAFE_PORT. The mynode LND connect url has port 10080, which looks like is reserved for "amanda" protocol by Chrome. I see this port is set on lnd.conf with restlisten=0.0.0.0:10080 and restlisten=[::]:10080
Reproduction steps
On MyNode, open "Pair Wallet" and input password
Choose "Lightning (REST + Local IP)"
Copy the lndconnect URL
On Alby, and connect a new wallet
Connect to myNode > LND
Paste the lndconnection URL
Expected behavior
I connect my lightning node to Alby through LND.
Screenshots
Error from Alby
Browser error
Desktop:
Chrome v124.0.6367.119
Edge v124.0.2478.80
MyNode hardware:
Raspi5
MyNode v0.3.28
Additional context
Changing ports in lnd.conf brake things. Disabling TOR for the lightning node doesn't change anything.
The text was updated successfully, but these errors were encountered:
Describe the bug
I cannot connect my lightning node to Alby through LND. I get immediately a "failed to fetch" and, when I open the provided link to check for SSL errors, the browsers returns an ERR_UNSAFE_PORT. The mynode LND connect url has port 10080, which looks like is reserved for "amanda" protocol by Chrome. I see this port is set on lnd.conf with
restlisten=0.0.0.0:10080
andrestlisten=[::]:10080
Reproduction steps
Expected behavior
I connect my lightning node to Alby through LND.
Screenshots
Error from Alby
Browser error
Desktop:
MyNode hardware:
Additional context
Changing ports in lnd.conf brake things. Disabling TOR for the lightning node doesn't change anything.
The text was updated successfully, but these errors were encountered: