superstore icon indicating copy to clipboard operation
superstore copied to clipboard

Unable to add node

Open SigmaEnterprise opened this issue 3 months ago • 1 comments

I’m trying to add a wallet to MagicWebstore, but I keep running into an issue:

console.log(localStorage["wallet_info"])
// → undefined

This happens in all browsers I tested. Also, the relay at wss://nostrue.com doesn’t seem to be working.

When I create a store, it just says undefined instead of pulling wallet details. Is LNbits down, or is there something I can do on my side to fix this?

Thanks!

SigmaEnterprise avatar Sep 13 '25 02:09 SigmaEnterprise

Nostrue was down for a few days but they seem to be back

When I create a store, it just says undefined instead of pulling wallet details. Is LNbits down

They changed their API and the change broke Magic Webstore. They gave me plenty of advance notice about the change but I lost interest in this project and didn't fix it. It used to be that you could create a new lnbits wallet by just querying a certain endpoint with a GET request; now the endpoint is different and I think you have to POST something to it now. I forget the details, but you can look into it and fork this repo to fix it. I probably won't merge your changes, though, as I still don't have much interest in this project. I recommend making a fork of this repo and if you want to maintain it, I am happy to point people to it.

supertestnet avatar Sep 13 '25 23:09 supertestnet