Question
Embedded Interface
<html>
<head>
<title>Appian Embedded Interfaces</title>
<script src="">example.appiancloud.com/.../embeddedBootstrap.nocache.js" id="appianEmbedded"></script>
</head>
<body>
<h1>Appian Embedded Interfaces</h1>
<appian-action processModelUuid="example uuid" ></appian-action>
In the above code I replaced src and Uuid with my cloud server url and uuid of my process model
I have followed the embedded interface document provided by appian to configure this.
i have also added cors in admin console as chrome.google.com
ERRORS : 1."from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."
2."Failed to query server. Status Code: 0"
