> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/die-sipgate-app/wie-kann-ich-probleme-beim-anmelden-in-der-sipgate-app-im-browser-beheben.md).

# How can I fix login problems in the sipgate app in the browser?

When logging into the sipgate app in the browser, various problems can occur: You only get a password prompt without account selection, the login process hangs, or you are not redirected correctly. These problems usually occur when you are already logged in at app.sipgate.com.

#### Understanding the problem

The sipgate app in the browser can cause conflicts with existing logins via the [sipgate app ](http://app.sipgate.com/)This can lead to various login problems because the browser mixes saved login data or the normal login process is disrupted. A common error message in this case is: “Oops! Something went wrong Reload the app or try again later”.

![HC-Image-sipgate-app-web-login-issues-de-chrome-1-min.png](/files/2120f4169d5a145d4fb10f6fbb3a31a2a08ab336)

#### Solution 1: Log out at app.sipgate.com

1. Open app.sipgate.com in a new tab
2. Log out there
3. Return to the sipgate app in the browser
4. Reload the login page
5. You can now log in using the usual login process

#### Solution 2: Delete browser data for the site

If logging out does not help, you can proceed as follows:

{% tabs %}
{% tab title="Google Chrome" %}

1. Click the settings icon to the left of the address bar
2. Select **Site settings** do so
3. Access permissions and saved data sorted by website
4. Search: [sipgate.com](http://sipgate.com) search and delete
5. Reload the sipgate app page
   {% endtab %}

{% tab title="Mozilla Firefox" %}

1. Click the lock icon to the left of the address bar
2. Select **Delete cookies and website data...** do so
3. Confirm with **Remove**
4. Reload the sipgate app page
   {% endtab %}

{% tab title="Microsoft Edge" %}

1. Click the settings icon to the left of the address bar
2. Select **Site settings** do so
3. Access permissions and saved data sorted by website
4. Search: [sipgate.com](http://sipgate.com) search and delete
5. Reload the sipgate app page
   {% endtab %}

{% tab title="Safari" %}

1. Go to **Safari** ➔ **settings**
2. Select the tab **Privacy**
3. Click on **Manage website data**
4. Search for **sipgate** and remove the entries
5. Reload the sipgate app page
   {% endtab %}
   {% endtabs %}

{% hint style="info" %}
**Tip:**
{% endhint %}

To generally avoid login conflicts, it is best to use different browsers or your browser's incognito/private mode for different sipgate accounts.


---

# 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://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/die-sipgate-app/wie-kann-ich-probleme-beim-anmelden-in-der-sipgate-app-im-browser-beheben.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.
