> For the complete documentation index, see [llms.txt](https://docs.redutzu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.redutzu.com/resources/gang-activities/common-issues.md).

# Common Issues

### List of common issue

<details>

<summary>❌ Error not exist in client-side | ❌ Error getting entity control</summary>

If you encounter one of the following errors:

* ❌ *Error not exist in client-side*
* ❌ *Error getting entity control*

First, check if you are using **OneSync** and **OneSync Infinity**.

We also recommend adding the following settings to your `server.cfg`:

```
onesync on
onesync_enableInfinity 1
onesync_distanceCullVehicles true
onesync_forceMigration true
onesync_population false
onesync_distanceCulling false
```

If the issue still persists while running a custom mission you created, use the **debug method** to verify that the transmitted data (such as `networkId`, `entityId`, etc.) is valid.

</details>

<details>

<summary>Error: Please update your config/config.lua file for Config.Sql (sql/nonsql)</summary>

If you encounter this error message in the **server console**, go to `config/config.lua` and choose your database type: **SQL** or **NoSQL**.

{% hint style="danger" %}
The **NoSQL option is only intended for MongoDB**.\
In 99% of cases, you should leave the default option set to **SQL**.
{% endhint %}

</details>
