> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/pmo/solution/accessing-instance-console-fails-for-redirected-requests-to-seco.md).

# Accessing Instance Console Fails From Primary Region

## Problem

While accessing the instance console from primary region for an instance launched in the secondary region, the UI redirect never completes and the console fails to load. Console access works when it is accessed directly from the secondary region's UI.

## Environment

* Platform9 Managed OpenStack - All versions
* Clarity UI

## Cause

* During redirection from primary to secondary region UI, the authentication cookie gets blocked by the browser.

## Resolution

* To remediate this, all the relevant region URL(s) must be allowed from the browser's `Privacy & Security` settings.

**In Firefox:**

* Go to `Settings -> Privacy and Security` .

<figure><img src="/files/TlkYsRZiaqhYYz7Hvk5P" alt=""><figcaption></figcaption></figure>

* Under the `Cookies and Site Data` section, select `Manage Exceptions` and add all the primary and secondary region URLs.

<figure><img src="/files/xTZJfHUOuHxS6mMr74Wc" alt=""><figcaption></figcaption></figure>

**In Chrome:**

* Go to `Settings -> Privacy and Security` .
* Under the `Third-party Cookies` section, hover down to `Allowed to use third party cookies` section and `add` all the primary and secondary region URLs.

<figure><img src="/files/xRZ6OBKFY7j6aln5oPfr" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://platform9.com/kb/pmo/solution/accessing-instance-console-fails-for-redirected-requests-to-seco.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
