Offers: not getting invoice back after sending invoice request for CLN offer #7110
Description
Issue and Steps to Reproduce
I think @TheBlueMatt already reported this issue offline but I wanted to create an issue to keep tabs on it.
It seems in some cases CLN doesn't send an invoice back when it can't find a route to the introduction node of a blinded path provided by an invoice request. CLN might want to just direct connect to the introduction node, which is what LDK does for now while onion messaging support is still low
As for reproducing this issue, personally the setup I had when running into this was... Had a network of test nodes like so:
LND <-> CLN <-> CLN2
On top of the LND node I run LNDK, in particular this branch, which in turn uses LDK to manage the offers flow, invoice requests, waiting for an invoice, and all that jazz.
CLN2 creates the offer and we pay with LNDK. We send an invoice request out but don't get the invoice back.