# 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>.
