diff --git a/knowledge-base/images/iis-settings.png b/knowledge-base/images/iis-settings.png new file mode 100644 index 00000000..9cb5a9ec Binary files /dev/null and b/knowledge-base/images/iis-settings.png differ diff --git a/knowledge-base/images/missing-icons-and-logo.png b/knowledge-base/images/missing-icons-and-logo.png new file mode 100644 index 00000000..3ad1749c Binary files /dev/null and b/knowledge-base/images/missing-icons-and-logo.png differ diff --git a/knowledge-base/missing-icons-and-logo-with-script-errors.md b/knowledge-base/missing-icons-and-logo-with-script-errors.md new file mode 100644 index 00000000..4142710b --- /dev/null +++ b/knowledge-base/missing-icons-and-logo-with-script-errors.md @@ -0,0 +1,55 @@ +--- +title: Missing Icons and Assets, with Script Errors +description: How to troubleshoot missing icons and assets, with script errors. +type: troubleshooting +page_title: Missing Icons, Assets, or Script Errors +slug: missing-icons-logo-with-script-errors +position: +tags: +res_type: kb +--- + +## Environment + + + + + + + + + + + + +
ProductProgressĀ® TelerikĀ® Report Server
Product Version11.1.25.521
+ +## Description + +Report Server unexpectedly stops showing icons, throw script errors, or has lost whitelabeling features. + +![](./images/missing-icons-and-logo.png) + +Other symptoms may include script errors in the browser console, such as: + +- `Uncaught Type Error: Cannot read properties of undefind (reading 'getLocalizatoinString')` +- `Failed to decode downloaded font: host/Contentfonts/TelerikReportServerFont.ttf` + +You may also see 404 errors for script and asset links in the Networking tab. + +## Possible Cause + +If the server's IIS setting were reset, either through Windows Update or other OS operations, which stops allowing access to static content inside the application folder. Some of those assets are image files and javascript resources, which results in client-side issues as described above. + +## Solution + +Reenable IIS and reselect all relevant features, especially `Internet Information Services` > `World Wide Web Features` > `Common HTTP Features` > `Static Content`. Use the following screenshot for guidance: + +![](./images/iis-settings.png) + +> After fixing IIS settings, if your whitelabeling customizations are still missing, disable the whitelabeling, then reenable it (and reapply customizations). + +## See Also + +* [IIS Configuration]({%slug iis-configuration%}) +* [Whitelabeling]({%slug whitelabeling%}) \ No newline at end of file