Save (formerly Solend)
  • Introduction to Save
  • Getting Started
    • Start Here (Desktop)
    • Start Here (Mobile)
    • Supply & Borrow APY
    • Liquidations
    • Risks
    • FAQ
    • Debugging FAQ
  • DAO & Token
    • DAO
    • Token
    • IDO
  • Protocol
    • Solend Pools
    • Parameters
    • Fees
    • Liquidity Mining
    • Limits
    • Media
    • Audit
    • Bug Bounty
    • Oracles
  • Permissionless Pools
    • Introduction
    • Risks
    • Pre-Listing Checklist
    • Listing a Pool
    • Post-Listing
    • Managing a Pool
    • Switchboard v2 Guide
    • Pool Ideas
  • Architecture
    • Building Blocks
    • Software Flowchart
    • Access Controls
    • User Instructions
    • Computing Supply & Borrows
    • cTokens
      • cToken Addresses
    • Addresses
      • Mainnet
        • Main Pools
        • Isolated Pools
      • Devnet
  • Integrations
    • Introduction
    • Integration Guide
    • Solend LITE
    • Liquidators
    • Flash Loans
    • Developer Referral Fee
    • Resources and FAQ
Powered by GitBook
On this page
  • Debugging FAQ
  • Transaction too large: 1317 > 1232
  • Error: Transaction was not confirmed in >60 seconds. It is unknown if it succeeded or failed.
  • Error: User rejected the request
  • Error: Account is already initialized
  • Error: Input Oracle Config
  • Error: SOL disappeared

Was this helpful?

  1. Getting Started

Debugging FAQ

PreviousFAQNextDAO

Last updated 2 years ago

Was this helpful?

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.

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.

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.

Error: User rejected the request

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

Error: Account is already initialized

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

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:

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 .

If you still need help, come join our or open a .

Discord
Discord
Support Ticket
User has a total of 6 positions. Even though they have a tiny amount of borrows, each position counts.