Skip to main content
June 6, 2022
Question

Embedded interface

  • June 6, 2022
  • 19 replies
  • 0 views

i am trying to use embedded interface to apply custom style to my page.

pls see the sample code below.

<head>
<script src="">appian.example.com/.../embeddedBootstrap.nocache.js" id="appianEmbedded"></script>
</head>
<body>
<appian-action processModelUuid=""></appian-action>
<appian-report reportUrlStub=""</appian-report>
<h1>Appian component</h1>
</body>

i am getting blank page.

Note: I have given process model uuid and reporturl and replaced my appian server domain name in script src.

how to resolve this issue? is there any samples available?

    19 replies

    stefanhelzle0001
    June 6, 2022
    June 6, 2022

    yes. i have followed the steps provided in the document.

    stefanhelzle0001
    June 6, 2022

    I am asking specifically for cross-origin resource sharing.

    Did you check the javascript console in browser for any errors?