Payment dialog hides bolt11 fetch failures and can stay forever on Generating invoice #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When the payment dialog opens, the app requests a Lightning invoice (bolt11).
If that request fails, the error is silently ignored.
Because of that, the dialog keeps showing Generating invoice and never gives the user a clear error or retry path.
This creates a stuck-feeling payment experience for invoice failures such as:
Expected Result
Screenshot