Frank
Frank
Just regenerated my lnd certificate on my Windows machine using Git Bash and everything works fine 🤔 What shows `openssl x509 -in lnd.cert -text -noout` ? Do you have a...
lncli-web is connecting directly to the lnd grpc interface which defaults to 10009, lncli-web doesn't use the we proxy. Providing a valid lnd log configuration settings (`lndLogFile`) in your `config/defaults.js`...
Thanks for sharing your solution 👍
If you can reproduce it, can you check if you see anything in the browser console logs?
Anything in the nodejs server app logs?
We could have a setting option allowing to disable web notifications.
Should work with localhost:8280
It should work. May be you have some firewall rules forbidding access? Check you have specified the server hostname using the `--serverhost` command line parameter. You can list all the...
Looks like the server app can't connect to lnd via gRPC API. Does `lncli` command line tool work fine? Never tested `lncli-web` with neutrino on my side.
I sadly don't have time to maintain this project anymore. I accidentally merged a few security updates which seem to be incompatible with current codebase. Try going back a few...