Unable to create Knowledge Articles.Issue Unable to create Knowledge Articles. The issue is this, when we requires a number of different templates, these templates were created, and existing articles were imported. The existing articles contains references to video files, which meant the text field needed to be sanitised. This also required changing the HTMLSanitizerConfig Script Include to be changed. We not sure if any of these actions contributed, but when we are now attempting to create a new article and selecting a template, irrespective if it is the Standard template or any of the custom templates, the screen remains blank. The browser is reporting the following error: DevTools failed to load SourceMap: Could not load content for chrome-extension://jgaodbdddndbaijmcljdbglhpdhnjobg/js/purify.min.js.mapHTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEMEtried deactivating all templates as well as the script include, but get the same error.Error : 2020-08-31 05:22:00 (895) Default-thread-9 8CAF01D4DBCB9414871B72D8F49619E7 txid=2af5a11cdb4f WARNING *** WARNING *** SizeAwareStringWriter@13406387: Large amount of data has been streamed: 3,145,846 bytes2020-08-31 05:22:00 (901) glide.amb.cluster.synchronizer SYSTEM [AMB] AMBQuickReceiveDispatcherCause"Attributes" in the following dictionary entry were configured incorrectly.https://<your-instance>.service-now.com/sys_dictionary.do?sys_id=9af2fb78dbf10010871b72d8f496192f&sysparm_view=advancedResolutionIt should be comma separated instead of semi colon separated.Replace "serializer=com.glide.script.TranslatedTextXMLSerializer;html_sanitizer=false" With "serializer=com.glide.script.TranslatedTextXMLSerializer,html_sanitizer=false"