# General troubleshooting

### I'm getting an error like 'Request s been terminated ... Origin is not allowed by Access-Control-Allow-Origin'.

Well, odds are you haven’t enabled CORS for our domain in your app’s server. Please follow [these instructions](https://docs.loadmill.com/load-testing/setup/testing-with-cors).

### I’m getting an error ‘Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.’ when trying to run a test.

In general such errors occur in case your network is unstable and the web socket between your browser and our server is disconnecting. Please check your network settings and verify whether other team members experience the issue.

### It seems like I can't paste requests within a flow\...

It means that you haven’t given permission to the browser to copy and paste text and images to the clipboard. Just click on the icon next to the URL to enable it.

![](/files/-MXSDQIP2RFk7Nj_iKyh)

In case you are using Chrome, you may also go to Settings - look for Clipboard and allow Loadmill to use it.


---

# 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.loadmill.com/general/general-troubleshooting.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.
