Data Flow Error

Data Flow Error

What is the explanation for the error below?

Run Id

143814122

Date

Jun 30, 2023 1:04:26 AM

State

Failed

Error

The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE HTML> <html> <head> <script type='text/javascript'>var LoadStartTime = new Date().getTime();</script> <script type='text/javascript'>APPLICATION_FULL_VERSION = '9.2.23062.164';</script> <script type='text/javascript'> var isKeyPressed=false; var headElement = document.getElementsByTagName('head')[0]; var style_element = document.createElement('style'); style_element.id = 'focusStyle'; var focusCss = ':focus{outline:2px dashed !important; outline-offset: 1px !important;}::-moz-focus-inner{border:0;}'; var removefocusCss = ':focus{outline:0}::-moz-focus-inner{border:0;}'; document.addEventListener('keydown', function(e) { isKeyPressed=true; // This class breaks drag/drop keyboard accessibility in the dashboard editor, so temporarily remove it. if (window.location.href.indexOf('dashboardEditor.aspx') > -1) { var target = e && e.target; if (target && target.classList && target.classList.contains('keyboardFocusClass')) { targ'.