LN-Zap / zap-android

Zap Wallet - Native android lightning wallet for node operators focused on user experience and ease of use ⚡️
MIT License
165 stars 49 forks source link

could not fetch configuration from btcpay server #391

Open Dbinutu opened 2 years ago

Dbinutu commented 2 years ago

When scanning QR code for wallet setup on btcpay server, I get this error

Description

In BTCPAY Server under LND GRPC service, I can see that Zap is under the compatible wallets, however when I scan the QR code I get that error.

Expected Behavior

Connect zap to the lnd

Actual Behavior

Error : could not fetch configuration from btcpay server

Your Environment

Zap Android

Zap version: 0.5.2-beta, build 3032

FYI : I am using APK installation API 30, when I click on my menu button top left, I see "lnd version: Not connected" at the bottom of the menu under version and build.

michaelWuensch commented 2 years ago

Have you already tried to disable tor for the connection process? Please turn it off in the apps settings and see if this helps. You can probably turn it on later if it worked.

Dbinutu commented 2 years ago

That was absolutely right on! Its connected fine now, thank you very much. One final question, can I connect multiple android wallets to that BTCPAY Server instance using the same QR code ?

michaelWuensch commented 2 years ago

Awesome. Then it is most likely cloudflare again blocking requests originating from the Tor Network. Maybe I should add a hint to the error message that this can be the problem.

Regarding to your question, yes you can. Zap Android is just like a remote control. All important things still happen on the node it self.

Dbinutu commented 2 years ago

A hint to the error message would be great. Thanks for your help. Best Regards.