# Channel status “SYNC\_ERROR”

### What is the "SYNC\_ERROR" Status?

The **"SYNC\_ERROR"** status indicates a synchronization issue between your channel and your connected WhatsApp account. While this status is active, the API will still function for sending messages, but you will **not be able to retrieve chats, messages, or groups** using `GET` methods.

This issue typically arises when there is a disruption in the synchronization process between WhatsApp and your channel.

***

### What to Do When "SYNC\_ERROR" Appears?

If your channel status changes to **"SYNC\_ERROR"**, follow these steps to resolve the issue:

1. **Log Out**: Navigate to your channel settings in the Whapi.Cloud dashboard and **log out** of the affected channel. Either use endpoint to end the session: <https://whapi.readme.io/reference/logoutuser>
2. **Reauthorize Your Channel**: Reconnect your channel. This will restore full synchronization with WhatsApp.
3. **Verify the Fix**: Once reauthorized, check your channel status in the dashboard to ensure the "SYNC\_ERROR" has been resolved.

***

### Why Does This Happen?

The "SYNC\_ERROR" status can occur due to:

* **Network interruptions** during channel synchronization.
* Changes in WhatsApp's systems or updates.

***

### Need Assistance?

If the issue persists after reauthorization, our support team is here to help. Reach out via support chat or email us at [care@whapi.cloud](https://app.gitbook.com/u/WhKxTk0PJfPCtqQDSq7uuLCqqWC2).


---

# 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://support.whapi.cloud/help-desk/troubleshooting/channel-status-sync_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.
