mynodebtc/mynode

Cannot connect to Alby with LND - ERR_UNSAFE_PORT 10080

Opened this issue · 1 comments

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

  1. On MyNode, open "Pair Wallet" and input password
  2. Choose "Lightning (REST + Local IP)"
  3. Copy the lndconnect URL
  4. On Alby, and connect a new wallet
  5. Connect to myNode > LND
  6. Paste the lndconnection URL

Expected behavior
I connect my lightning node to Alby through LND.

Screenshots
Error from Alby
alby error

Browser error
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.

This guide was written by the Alby team and they tested it at the time.

https://mynodebtc.github.io/lightning/alby.html