# API failed or timeout

If you're experiencing a failed API request or timeout, try running:

{% tabs %}
{% tab title="npm" %}

```sh
npx @omlet/cli login --print-token
```

{% endtab %}

{% tab title="yarn" %}

```sh
yarn dlx @omlet/cli login --print-token
```

{% endtab %}

{% tab title="pnpm" %}

```sh
pnpm dlx @omlet/cli login --print-token
```

{% endtab %}
{% endtabs %}

This error may also happen when Omlet tries to scan a large project with many components and complex dependencies or a large file that is unrelated to a component. Try narrowing down the directories and files that Omlet CLI scans using the `-i` parameter.&#x20;

If the issue persists, you can contact us at <support@omlet.dev>.


---

# 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.omlet.dev/help/troubleshooting/api-failed-or-timeout.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.
