Nadav Ivgi

Results 207 comments of Nadav Ivgi

How about long-clicking the image and choosing "Copy" or "Share" instead? You could also copy the BOLT11 string below the QR for online sharing.

Hmm, I just realized that long-clicking works in the browser or with the PWA, but not when using Spark via the Android app. I guess I could hide the balance...

I haven't run into this. Are you using a self-signed certificate or the letsencrypt integration?

Yes, no TLS is the proper configuration if you're serving it behind a reverse proxy frontend. This error you're getting is quite weird if you aren't using TLS, though... Are...

This is definitely on the roadmap, but might take me a little while to get to this. PRs welcome :)

I see that you're using a c-lightning instance that's mounted from the host, can you check its log files for errors when spark gets disconnected from it?

Oh, I see it's part of a BTCPay setup, it helps to know that. The errors in your last comment don't originate from Spark Wallet, they're from [RTL's c-lightning-rest](https://github.com/Ride-The-Lightning/c-lightning-REST). This...

How about setting the "Server URL" field to `https://[user]:[pass]@my.cyphernode.com/` with the cyphernode's basic http auth credentials, in addition to setting the "Access Key" to the one provided by Spark?

Electron: [`ses.setCertificateVerifyProc(proc)`](https://github.com/electron/electron/blob/master/docs/api/session.md#sessetcertificateverifyprocproc)

The recommend authentication method is using the cookie file (the default if you don't specify credentials) and the pairing url, which you can get with `--pairing-url`. This gives you a...