Description
The Analytics designer does not display any content after upgrading to V8.3, V8.4, V8.5, or V8.6.
The issue only happens in Cora SeQuence sites that are configured with HTTPS.
Affected versions
- 8.3
- 8.4
- 8.5
- 8.6
Solution
- Open the
web.config
file. - Remark the following security mode:
<webHttpBinding> <binding name="webHttpBinding"> <security mode="Transport"> <transport clientCredentialType="Windows"></transport> </security> <!-- <security mode="TransportCredentialOnly" /> --> </binding> </webHttpBinding>