> For the complete documentation index, see [llms.txt](https://archer-bot.gitbook.io/archer.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archer-bot.gitbook.io/archer.bot/troubleshooting/common-dapp-errors.md).

# Common dApp Errors

When you connect your Archer wallet to an external app over WalletConnect, that app runs its own interface and error handling. Sometimes the app shows an error that does not reflect what Archer actually does. If you approve a request in the Archer modal, Archer signs and submits it on-chain regardless of what the app's screen says. Check the receipt link Archer shows after signing to confirm the result.

## Aave

Aave's app may display "There was some error. Please try changing the parameters" on its own modal when you start a supply, borrow, or repay, even though the request reached Archer and can be approved normally. This is usually Aave's own wallet-client handling, and it is more likely when several browser wallet extensions (for example MetaMask, Rabby, or HashPack) are installed at once and compete for the page's wallet provider.

What to do:

1. Approve the request in the Archer modal as usual. Archer signs and submits it.
2. Check the receipt link Archer shows after signing to confirm it went through.
3. If Aave keeps erroring, try a browser profile with other wallet extensions disabled.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://archer-bot.gitbook.io/archer.bot/troubleshooting/common-dapp-errors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
