Embedded Interface Issue

I tried to open the an Appian task in a non Appian HTML web page. I used teh following code :-

<!DOCTYPE html>
<html>
<head>
<script src="appian.example.com/.../script>
</head>
<body>
<appian-task taskId="145" />
</body>
</html>

I replaced the domain information and task id appropriately, but when I open my HTML web page, I see an empty page. Am I doing anything incorrectly ?

OriginalPostID-186658

OriginalPostID-186658

  Discussion posts and replies are publicly visible

Parents
  • Add CORS entry on Admin console with trusted server entry where the HTML page deployed. In case still you are receiving empty page still then check your IE on developer mode and make sure IE pointing to edge version and then refresh, If it works then add the tag <meta http-equiv="X-UA-Compatible" content="IE=edge"> in your html page so that it defaults to IE edge and renders HTML5 content.
Reply
  • Add CORS entry on Admin console with trusted server entry where the HTML page deployed. In case still you are receiving empty page still then check your IE on developer mode and make sure IE pointing to edge version and then refresh, If it works then add the tag <meta http-equiv="X-UA-Compatible" content="IE=edge"> in your html page so that it defaults to IE edge and renders HTML5 content.
Children
No Data