MetaMask shows wrong balance or no balance
Cause: MetaMask may not have switched to the correct Autheo network. Fix:- Click the network selector in MetaMask’s upper-left corner.
- Select Autheo (mainnet) or Autheo Testnet from the list.
-
If the network isn’t listed, re-add it:
Field Mainnet Testnet Chain ID 2127785RPC URL https://rpc1.autheo.comhttps://testnet-rpc1.autheo.com
Transaction stuck as “Pending” in MetaMask
Cause: The nonce in MetaMask may be out of sync with the chain state. Fix:- In MetaMask, go to Settings → Advanced.
- Click Clear activity and nonce data.
- Resubmit the transaction.
”Chain ID mismatch” error
Cause: The RPC endpoint and MetaMask network configuration are pointing to different chains. Fix: Verify that your RPC URL and MetaMask Chain ID match the same network —2127 + https://rpc1.autheo.com for mainnet, or 785 + https://testnet-rpc1.autheo.com for testnet. Do not mix endpoints from different networks.
RPC request returns 429 (Too Many Requests)
Cause: The public RPC endpoints enforce rate limits. Fix:- Switch to the secondary endpoint:
https://testnet-rpc2.autheo.com - Reduce request frequency in your application
- For high-volume workloads, use a managed node provider
autheod CLI reports wrong chain ID
Cause: Missing or incorrect --chain-id flag.
Fix: Always pass the correct --chain-id flag matching your target network:
Node shows catching_up: true
Cause: The node is still syncing with the network.
Fix: Wait for sync to complete before submitting transactions. Check sync status:
false when fully synced. If sync is stalled, see the node troubleshooting guide.
Faucet returns “Address has already received tokens”
Cause: The faucet allows a maximum of 2 requests per 24-hour period per address. Fix: Wait 24 hours before requesting again, or use a different wallet address for additional test tokens. For larger amounts, contact the Autheo team via Discord.JSON-RPC calls return “method not found”
Cause: Some Ethereum JSON-RPC methods are not supported by Ethermint or are limited to specific namespaces. Fix: Check the JSON-RPC methods reference for the list of supported methods. Common unsupported methods includeeth_mining, eth_hashrate, and eth_submitWork (not applicable to PoA/BFT chains).