Skip to content

Instantly share code, notes, and snippets.

@patelcp
Last active October 21, 2020 16:52
Show Gist options
  • Save patelcp/20d47667e6eba2787c284cdcc941bc01 to your computer and use it in GitHub Desktop.
Save patelcp/20d47667e6eba2787c284cdcc941bc01 to your computer and use it in GitHub Desktop.
Sitecore Fix: WARNING Authentication on CES Discovery service failed.
<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