Ok I think I fixed that error
The server was hanging because before giving out an invoice it queries mempool.space for the latest feerates and uses those to calculate minimum "receive" amounts
But I got rate-limited by mempool.space (I think) for querying for feerates too often, so the server would time out and give an error message, causing services to think it doesn't support lnurl
I changed the logic so it only queries mempool.space a maximum of once every 10 seconds
Try again and let me know if you encounter any more bugs
