The problem concerns the reproduction of the error sent by the user. There is a website that uses Quaderno Checkout for payment.
<head> <script src="https://checkout.quaderno.io/checkout.js"></script> </head> What could be the reasons for the script not to load?
I managed to find only the situation when the connection was no longer safe. For example, due to an incorrectly set date on the computer. Current SSL certificate is valid until DD.MM.2019. Thus, if the user has moved the date, the script will not load. What else?
window.QuadernoCheckoutcheck and if it is null, show the user some meaningful message. - angry