# Reporting a bug and common fixes

There are some common issue that you may face while using Epoch, here are some common fixes that you can try out.

### WalletConnect not working or facing some issue?

In case of any problem related to recording of transaction or connecting with dapp using WalletConnect, try clearing cache and cookies of "Epoch" app and the dapp which you want to use.

### Issues with network switching in dapp?

If you ever face some issue when you try to switch network in Epoch dapp

1. First disconnect the WalletConnect dapp from Epoch and dapp side.
2. Optionally: You can clear cache and cookies for both Epoch and dApp.
3. Once Epoch and dApp are both disconnected from each other, switch the network in Epoch which you want to use in the respective dApp.
4. Go back to dApp and again connect it to Epoch using WalletConnect.

### Approve token is required to create an automated workflow?

Sometimes, you may want to start a new automated workflow in which the dapp that you want to use asks you to approve the token first before you can do any other transaction.\
In cases like this, record the "approve token transaction" from that dapp and use "Execute Now" to approve the token immediately.\
Once token is approved you can go ahead and record the next transaction in your workflow.

### Reporting a bug

If you face any other bugs, we encourage you to report the bug using our discord.

Head over to `#report-a-bug` channel in our Discord: <https://discord.com/invite/Pd4yZmqYjb> and let any of the `@Admins` or `@dev` roles know about the bug that you are facing.


---

# 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.epochprotocol.xyz/use-epoch-automation-dapp/reporting-a-bug-and-common-fixes.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.
