403 Forbidden - facicon.ico issue with Pega Constellation server
I am doing a simple Web Embed in Pega Labs. I've created a very simple case that I can run from a Web Portal, no problem.
I created a Web Embed channel to create a new case (code snippet below). When I run this file, it prompts me to log in (in a separate window), and when I do, I receive the following error from the Constellation server, not the Pega server. When prompted to log in, I just use my credentials, and I'm a SysAdm4 (see screenshot attached).
403 Forbidden favicon.ico
HTML File, including Web Embed code snippet. Client ID DOES match OAuth 2.0 rule.
<html> <head> <link rel="shortcut icon" href="#"> </head> <div> <!-- Modal Content --> <form class="modal-content animate" action="/action_page.php">
<div class="container"> <label for="caseid"><b>Case ID</b></label> <input type="text" id="caseid" value="">
I am doing a simple Web Embed in Pega Labs. I've created a very simple case that I can run from a Web Portal, no problem.
I created a Web Embed channel to create a new case (code snippet below). When I run this file, it prompts me to log in (in a separate window), and when I do, I receive the following error from the Constellation server, not the Pega server. When prompted to log in, I just use my credentials, and I'm a SysAdm4 (see screenshot attached).
403 Forbidden favicon.ico
HTML File, including Web Embed code snippet. Client ID DOES match OAuth 2.0 rule.
<html> <head> <link rel="shortcut icon" href="#"> </head> <div> <!-- Modal Content --> <form class="modal-content animate" action="/action_page.php">
<div class="container"> <label for="caseid"><b>Case ID</b></label> <input type="text" id="caseid" value="">
<button type="button">Get Case ID</button> </div> </form> </div> <script src='https://prod-cdn.constellation.pega.io/8.23.1-266/react/prod/pega-embed.js' ></script> <pega-embed id='theEmbed' action='createCase' caseTypeID='ORHHO6-Lease-Work-LeaseRequest' casePage='assignmentWithStages' appAlias='lease' pegaServerUrl='https://softserve02.pegalabs.io/prweb/' staticContentUrl='https://prod-cdn.constellation.pega.io/8.23.1-266/react/prod/' authService='pega' clientId='82255863204813754959' style='width:100%'> </pega-embed>
</html>