> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/links-not-loading-in-embedded-mode.md).

# Links not loading in embedded mode

When using Microsoft Edge or Google Chrome in an embedded browser mode through a website entry, you may experience an issue where clicking a link results in a non-loading page (displayed as "about:blank"). This problem originates from a known issue with Microsoft.

#### Solution

For Remote Desktop Manager 2024.3 and later, the following workaround no longer resolves the issue. We recommend using the ***External*** display mode instead and [installing Devolutions Password Manager browser extension](https://docs.devolutions.net/password-manager/browser-extension/installation/) to enable credentials autofill.

#### Workaround for Remote Desktop Manager v.2024.2 and earlier

While Microsoft is addressing the issue, you can use the following workaround to mitigate the problem:

1. In Remote Desktop Manager, navigate to the properties of your website entry.
2. Change the ***Web browser*** setting to ***Google Chrome***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW2039_2024_1.png" alt=""><figcaption></figcaption></figure>
3. Click ***Update*** to save your changes.
4. Launch your website entry in the embedded mode.
5. Navigate to the page containing the problematic link and click on it. This will likely open a blank page again. Keep this new blank window open.
6. Return to the original link and click it once more. The page should now load correctly within the previously opened blank window.

Keep the blank page open during your session. As long as it remains open, subsequent links should function as expected.

{% hint style="info" %}
For Remote Desktop Manager v.2024.3+, the steps above no longer resolve the issue. We recommend using the ***External*** display mode instead and [installing Devolutions Password Manager browser extension](https://docs.devolutions.net/password-manager/browser-extension/installation/) to enable credentials autofill.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devolutions.net/rdm/knowledge-base/troubleshooting-articles/links-not-loading-in-embedded-mode.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.
