# Interface Problems

#### Why this happens

Many resources use **hardcoded HTTPS calls** in their JavaScript files. If the resource name is changed from the original, the script will try to call a file that doesn’t exist, causing the interface to fail or display nothing.

#### Fixes

**1. Check if the resource was renamed**

* Compare the downloaded file name with your current resource name.
* If they differ, **rename the resource back to its original name**.
* The only safe exceptions are resource names ending with **-main** or **-master**.

**2. Still having issues?**\
If the interface still doesn’t appear after renaming, join our [**Discord**](https://discord.gg/invite/kzJfWrzDxD) for support from our team.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.plexus-development.com/common-issues/images-and-media.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
