# Troubleshooting

## I can't connect

* Is a [Replication Server](/manual/replication-server.md) running?
  * **Tip:** Try running one locally, before trying the coherence Cloud.
* Does the running Replication Server have the right baked netcode?
  * Ensure you have [baked the netcode](/manual/baking-and-code-generation.md).
  * For local RS, shut down the the Replication Server and launch it again.
  * For cloud RS, ensure you have uploaded the schema to the cloud, then retry.
* Are you using Windows 10 or older and have text selected in the Command Prompt that is running the Replication Server?
  * Press **Esc** with the Command Prompt having focus to clear any selected text and resume the application.
  * You can also disable the **Quick Edit Mode** in **Command Prompt's Properties** to make it more difficult to accidentally select text. You will then need to select **Edit > Mark** (or press **Ctrl + M**) before you can select text.

## Local Replication Server gives an error upon starting

* Ensure you only have one Replication Server running.

## Objects are not updating on remote Clients

* Are you connected to the Replication Server? Check the icon and messages on the [CoherenceBridge component](/manual/components/coherence-bridge.md).
* Do you have at least one [LiveQuery](/manual/components/coherence-live-query.md) in the scene, and is it framing the gameplay?
  * **Tip:** You can set it to radius 0 so it encompasses the whole game space.


---

# 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.coherence.io/getting-started/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.
