# Debugging FAQ

## Debugging FAQ

### Transaction too large: 1317 > 1232

Usually caused by having too many positions and trying to operate on SOL which uses WSOL under the hood. The extra work that needs to be done causes the transaction to be too large.

![User has a total of 6 positions. Even though they have a tiny amount of borrows, each position counts.](/files/-MjOKA7cSm7F8y254CpF)

**Fix:** Close one of your positions. This can be done by *fully* repaying one of your borrows, or fully withdrawing one of your deposits (other than SOL). You may have to buy some tokens to repay the tiny amount of debt for a borrow. Then try withdrawing SOL again.

### Error: Transaction was not confirmed in >60 seconds. It is unknown if it succeeded or failed.

![](/files/yQKtnSdF1F8NPA0yWKmE)

Confirm whether the transaction went through by using a Solana Explorer, either SolanaFM or Solscan to check whether the transaction went through. Alternatively, you can wait for a few minutes to see if your transaction is reflected on the platform. If not, try switching RPC Nodes.&#x20;

![](/files/GNV1Ie5c8MpPDmBCc8r6)

### Error: User rejected the request

![](/files/svjT3gTSQWA8JsefNcUp)

Usually a ledger issue or RPC issues, refresh and try again.

### Error: Account is already initialized

![](/files/9Zg91fYJ4m9ROiEmwEvQ)

Caused by a lack of SOL / unable to pay rent for account creation. Ensure that the wallet has 0.1 SOL.

### Error: Input Oracle Config

![](/files/PpX4KHHcXLpW2paTF31f)

This happens when Switchboard/Pyth is not pushing price updates, usually due to network congestion. Try again later when TPS is higher, or flag the situation in [Discord](https://discord.gg/solend).&#x20;

### Error: SOL disappeared

If a transaction fails, you might get wrapped SOL instead of SOL. This may look like your SOL disappeared, simply go to Jupiter to swap wSOL back into SOL.

It will look like this:

![](/files/8E8uBpeSLQbwJKe45IX7)

If you still need help, come join our [Discord ](https://discord.gg/solend)or open a [Support Ticket](https://discord.com/invite/J7m48UUPkJ).


---

# 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.save.finance/getting-started/debugging-faq.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.
