Pega Web Mashup doesn't work in Chrome and IE
Hello,
Below Mashup code works fine in FireFox. In Chrome, it displays "Browser cookies must be enabled for PRPC Internet Application Composer to function." and in IE, it doesn't render at all. Using Pega 7.2.2.
Firefox:54.0.1 (32 bit) - Working
Chrome: 59.0.3071 (64 bit)- Not Working
IE:11.1358.14393.0 - Not working
<!doctype html>
<html>
<head>
<script src ='https://stage:port/prweb?pyActivity=pzIncludeMashupScripts'></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script>
pega.web.config.gatewayURL="https://stage:port/prweb/";
pega.web.config.appName="application";
pega.web.config.systemID="prpc";
pega.web.config.thread="STANDARD";
pega.web.config.encrypt="false";
</script>
<body>
<hr>
<div data-pega-gadgetname ='PegaGadget'
data-pega-action ='createNewWork'
data-pega-action-param-classname ='xx-xx-xx'
data-pega-action-param-flowname ='pyStartCase'
data-pega-action-param-model =''
data-pega-isdeferloaded ='false'
data-pega-resizetype ='stretch'
data-pega-redirectguests ='false' ></div>
<!-- ********************** End Pega content ********************** -->
</body>
</html>
**Moderation Team has archived post**
Hello,
Below Mashup code works fine in FireFox. In Chrome, it displays "Browser cookies must be enabled for PRPC Internet Application Composer to function." and in IE, it doesn't render at all. Using Pega 7.2.2.
Firefox:54.0.1 (32 bit) - Working
Chrome: 59.0.3071 (64 bit)- Not Working
IE:11.1358.14393.0 - Not working
<!doctype html>
<html>
<head>
<script src ='https://stage:port/prweb?pyActivity=pzIncludeMashupScripts'></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script>
pega.web.config.gatewayURL="https://stage:port/prweb/";
pega.web.config.appName="application";
pega.web.config.systemID="prpc";
pega.web.config.thread="STANDARD";
pega.web.config.encrypt="false";
</script>
<body>
<hr>
<div data-pega-gadgetname ='PegaGadget'
data-pega-action ='createNewWork'
data-pega-action-param-classname ='xx-xx-xx'
data-pega-action-param-flowname ='pyStartCase'
data-pega-action-param-model =''
data-pega-isdeferloaded ='false'
data-pega-resizetype ='stretch'
data-pega-redirectguests ='false' ></div>
<!-- ********************** End Pega content ********************** -->
</body>
</html>
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.