Presenting PKPaymentAuthorizationController sometimes fails

Recently the number of failures of presenting PKPaymentAuthorizationController got increased compared to a month ago. My code is below. Does anyone have any idea?

let applePayController = PKPaymentAuthorizationController(paymentRequest: request)
    applePayController.present { presented in
        
    }
Presenting PKPaymentAuthorizationController sometimes fails
 
 
Q