Save as Draft will allow print button
Even on print the signature is not showing.
But on viewing the document (save as draft) signature is visible :
Hi @sjpadgett do you think this is something to do with AWS?
Hi @sjpadgett, I just compare viewer from AWS (not working) and the one we have from a web hosting company (working) . And noticed the in the viewer from the hosting company i see controller.php while in the AWS there is no controller.php?
AWS:
Hosting Company
Yeah AWS and Hosting may not allow images due to security reasons. Try different browser or you can try to add
<meta http-equiv="Content-Security-Policy" content="img-src 'self' data:;">
to the top of the template you’re testing with. I don’t know if the meta tag will get pass my html validator but you can try. I don’t have time right now.
Hi All this is already resolve :
Root Cause : Mismatched PHP dependency version installed in the server.
Mitigation : Installed the PHP dependency using the correct version.
Thanks
Casper