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
I am encountering a panic from SDK when making a CreateInvoice request. After did several testing I received the following error through manually make HTTP Request instead of using SDK:
tls: failed to verify certificate: x509: certificate signed by unknown authority
Is there any chance to return it as an error instead of panic the whole system ?
The text was updated successfully, but these errors were encountered:
I am encountering a panic from SDK when making a
CreateInvoice
request. After did several testing I received the following error through manually make HTTP Request instead of using SDK:Is there any chance to return it as an error instead of panic the whole system ?
The text was updated successfully, but these errors were encountered: