5.0Smart Contracts Development5.1Getting Started with FoundryDebugging and TroubleshootingTime to read: 1 minOn this pageCommon Errors and TipsThis section provides help on some potential issues you may run into and tips on how to resolve them. Errors Error: Transaction dropped from the mempool or Error Transaction not completedCheck the tx-id in the explorer. The tx may have went successful but the error is still in the logs. Here are the mainnet and testnet explorers.Error Failed to get EIP-1559 fees EIP-1559 is not supported or not activated on the Rootstock RPC url. The --legacy flag is passed to use legacy transactions instead of EIP-1559.