After upgrading Relius Administration, all of our Relius web sites hang at "loading" on the dashboard summary
This advice provided by FIS resoled my issue after migrating from 2018.2 to 2019.1:
If using \Inetpub\wwwroot\ReliuWebAPI as the Root for the Virtual Directory

Create a backup of the \Inetpub\wwwroot\ReliuWebAPI\web.config file.
Edit the \Inetpub\wwwroot\ReliuWebAPI\web.config and remove the lines below highlighted in teal from the file.
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
<remove name="X-Frame-Options" />
<add name="X-Frame-Options" value="SAMEORIGIN" />
<add name="X-XSS-Protection" value="1; mode=block" />
<add name="X-Content-Type-Options" value="nosniff" />
<add name="Strict-Transport-Security" value="max-age=31536000" />
</customHeaders>
21 Views
