Rob Clarkson
Rob Clarkson
When sending a request to the auth URL no parameters are passed
I have set up bcoin and running a broadcast query from a JS client using NodeClient and getting the error ``` https:://myserver.com/broadcast' from origin 'http://localhost:3000' has been blocked by CORS...
Fresh project installed from React Native v0.76.7 ``` npx react-native run-android ``` ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':react-native-hce'. >...
https://github.com/boltcard/boltcard/blob/main/lnurlw/lnurlw_callback.go#L120 On this line the hub can respond with a 200 HTTP success code, but the response can contain an error. Here is an example ``` {"level":"info","msg":"{\"error\":true,\"code\":6,\"message\":\"Something went wrong. Please...
Hi really cool project, thanks for all the work, I am using as a basis for my project. I notice when i deploy my app the API hash and API...
https://github.com/BeTomorrow/react-native-file-logger/blob/1ba13d033391df108a79e40662dfd41321b4da3d/README.md?plain=1#L59
entering my lightning address gives the above error here is the response ``` {"callback":"https://XXX.XXX/lnurlpay/XXXXXXXXXX/invoice","maxSendable":25000000000,"minSendable":100000,"metadata":"[[\"text/plain\",\"Pay with LNURL\"]]","tag":"payRequest"} ``` What is the cause for the error?