> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/documentation/guides/reference/troubleshooting/blocked_by_runtime_error.md).

# Resolve the 'Blocked by runtime' error

Resolve the “blocked by runtime” error in Business Central by enabling Allow HttpClient Requests in Extension Management for the relevant extension.

Outbound HTTP calls from extensions are blocked by default and must be approved for each extension, otherwise instead of an external call, the system will display the following error message:

{% hint style="danger" %}
**Error Message:**

'The request was blocked by the runtime to prevent accidental use of production services'
{% endhint %}

To fix this:

* Navigate to **Extension Management**
* Find the installed extension that is causing the error message

  If you are trying to install Configuration Packages the extension is **Base Application**

  If you are trying to integrate with Liv-ex the extension is **Bevica Essentials**

  Any other scenario please contact your system administrator.
* Click on the **Assist Edit** next to the **Is installed** column
* Select **Configure** and set **Allow HttpClient Requests** to yes.

#### Extension Management list page

<figure><img src="https://2932934759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfUgpGDVvyqBWVvwVIy9a%2Fuploads%2FidgqGw9w9Q5tQCt6qAxc%2FVhHjdjpYvxmdTVLHxDIvIDStO0R-0rDeNA.png?alt=media&amp;token=4c1a993a-c7d5-46a1-9cbd-2690158a7cef" alt="Extension Management list showing installed extensions and the Configure action"><figcaption></figcaption></figure>

#### Extension Management, Configure card page

<figure><img src="https://2932934759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfUgpGDVvyqBWVvwVIy9a%2Fuploads%2F2qTbCSYdL5hjW8Y08lLD%2FA8IwMNcC69DPHMiA_zQakpBz7DGdFFSSMA.png?alt=media&amp;token=bcbc2a1b-a620-4f8e-b7ff-7f324e5fe72b" alt="Extension configuration card showing Allow HttpClient Requests setting"><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://kb.bevica.com/documentation/guides/reference/troubleshooting/blocked_by_runtime_error.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.
