You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem/bug
Whenever I try to send payments I am receiving graphql error
Your environment
Version of ThunderHub: 0.13.18
Deployment method: using umbrel bundled package
Other relevant environment details: RPI4, ubuntu, umbrel lightning node
To Reproduce
Steps to reproduce the behavior:
Go to 'Home'
Click on 'send'
Provide invoice
Select the out channels
See error- Graphql error
Expected behavior
It should send the payment
Actual behavior
Throws graphql error {"graphQLErrors":[],"clientErrors":[],"networkError":{"name":"ServerError","response":{},"statusCode":400,"result":{"errors":[{"message":"Variable \"$out\" got invalid value null at \"out[0]\"; Expected non-nullable type \"String!\" not to be null.","locations":[{"line":1,"column":52}],"extensions":{"code":"BAD_USER_INPUT"}}]}},"message":"Response not successful: Received status code 400"}
Screenshots/Links
If applicable, add screenshots or links to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the problem/bug
Whenever I try to send payments I am receiving graphql error
Your environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should send the payment
Actual behavior
Throws graphql error
{"graphQLErrors":[],"clientErrors":[],"networkError":{"name":"ServerError","response":{},"statusCode":400,"result":{"errors":[{"message":"Variable \"$out\" got invalid value null at \"out[0]\"; Expected non-nullable type \"String!\" not to be null.","locations":[{"line":1,"column":52}],"extensions":{"code":"BAD_USER_INPUT"}}]}},"message":"Response not successful: Received status code 400"}
Screenshots/Links
If applicable, add screenshots or links to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: