lnbits / withdraw

LNbits Withdraw Extension
MIT License
6 stars 10 forks source link

LNbits >=0.12.6 no longer supports opening the links from QR codes directly in browser #36

Closed suurt8ll closed 2 months ago

suurt8ll commented 4 months ago

Versions

LNbits: 0.12.8 LNURLw: 0.1.9

Description

This commit seems to be the one causing this: https://github.com/lnbits/lnbits/commit/25661ddff5b3fcaf00107f050c7b1f7db2af2687. It was included in version 0.12.6. Now user gets the following error when scanning the QR code with simple QR scanner (not with the wallet app) and visiting the site provided:

image

I don't know about NFC but QR codes currently encode a link following this format: https://demo.lnbits.com/?lightning=LNURL... QR codes encoding only the LNURL work fine in wallets.

Possible fixes

dni commented 2 months ago

https://github.com/lnbits/lnbits/pull/2625