Last active
October 21, 2020 16:52
-
-
Save patelcp/20d47667e6eba2787c284cdcc941bc01 to your computer and use it in GitHub Desktop.
Sitecore Fix: WARNING Authentication on CES Discovery service failed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"> | |
<sitecore> | |
<settings> | |
<setting name="DeviceDetection.Enabled"> | |
<patch:attribute name="value">false</patch:attribute> | |
</setting> | |
</settings> | |
</sitecore> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment