# Como analisar o erro “Network error: Failed to fetch” no Painel de execução

Para as execuções no [Painel de execução](/documentation/developer-guide/pt-br/development-cycle/build-overview/canvas/execution-panel.md) do Canvas, o sistema aguarda até 60 segundos por uma resposta. Se isso não ocorrer, o erro “Failed to fetch” é apresentado. Porém, a execução continua em background podendo ser analisada na página de **Logs**.&#x20;

&#x20;Para revisar a execução:

1. Acesse a página **Monitor**.
2. Clique em **Pipeline Logs**.
3. Use o filtro **Nome do pipeline** para localizar a execução.

{% hint style="info" %}
Você também pode analisar a execução na página Monitor caso perca a conexão com a internet.
{% endhint %}

Nos casos de execuções um pouco mais longas, o pipeline ainda continua em execução por até 5 minutos.

Caso seu pipeline esteja focado em longas execuções, dê uma olhada em nosso documento sobre [Execuções de pipeline](/documentation/developer-guide/pt-br/development-cycle/dashboards/alerts.md#metricas).&#x20;


---

# 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.digibee.com/documentation/troubleshooting/pt-br/integration-issues/failed-to-fetch-error.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.
