I'm trying to load an appian report through embedded interface. I have added my IP address to the CORS settings as well.
This is the piece of code which am trying to execute and throws me error in both IE and chrome as mentioned below. has anyone faced the same issue?
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <!-- This script loads the Appian Web components; change it to your Appian server's domain --> <script src="https://******.appiancloud.com/suite/tempo/ui/sail-client/embeddedBootstrap.nocache.js" id="appianEmbedded"></script> </head> <body> <!-- This custom HTML element specifies an Appian report to embed on the HTML page --> <appian-report reportUrlStub="****"></appian-report> </body></html>
CHROME
1 Failed to load https://******.appiancloud.com/suite/cors/ping?cv=2: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. The response had HTTP status code 401.
IE Console
SCRIPT5007: Unable to get property 'getItem' of undefined or null reference
Discussion posts and replies are publicly visible
Hi Hemanth, What version of IE are you using? Embedded interfaces seem to fail on anything IE9 and below. You can check by pressing F12 in your browser window. On the right side, there should be a dropdown that lists what version it's in (e.g. Edge, 10, 9, etc..)
Here's something that may help if that is the issue: https://community.appian.com/discussions/f/user-interface/8980/compatibility-mode-and-embedded-interfaces I hope this helps! - Michael