Hi Joe,
I m able to recreate this issue in the Sample Project and observed in your shared VAST that the clickthrough URL is written as //
iabtechlab.com, which is the actual cause of the crash.
I recommend that you update your URL from //
iabtechlab.com to
https://iabtechlab.com/ to prevent the crash from occurring.
Updated like this
<ClickThrough id="blog">
<![CDATA[
https://iabtechlab.com/]]>
</ClickThrough>
In parallel, I will elevate this to a formal issue for implementation, to add a valid URL check prior to executing navigation.