Skip to content

Add KB - Missing Icons, Assets, Script Errors #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added knowledge-base/images/iis-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added knowledge-base/images/missing-icons-and-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions knowledge-base/missing-icons-and-logo-with-script-errors.md
Original file line number Diff line number Diff line change
@@ -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

<table>
<tbody>
<tr>
<td>Product</td>
<td>Progress® Telerik® Report Server</td>
</tr>
<tr>
<td>Product Version</td>
<td>11.1.25.521</td>
</tr>
</tbody>
</table>

## 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%})