Article Overview:
This article will cover how you can achieve the following:
This article will describe what to do in case journey fails at the pdf download step.
Problem Statement:
Getting error as " We are sorry Due to an unexpected event the journey could not be completed"
Solution:
Try adding the inline script below before downloading the pdf.
[...document.querySelectorAll('a[href*="pdf"]')].forEach(e=>e.removeAttribute('target'))
This should resolve the issue.
Comments
0 comments
Please sign in to leave a comment.