Cannot GET transaction/send: [transaction generation failed: invalid transaction lowerNonceInTx: true, veryHighNonceInTx: false]
Strange. since I use the account.getNonceThenIncrement() which returns the same response as if I would call https://gateway.elrond.com/address/:bech32Address/nonce
so why the issue exists?
you are either updating/syncing the account to often, or not often enough ????
You should update at the start of the application, or if an error like that occurs, otherwise you use the function you already use to keep track of the nonce locally :)
you are either updating/syncing the account to often, or not often enough ???? You should update at the start of the application, or if an error like that occurs, otherwise you use the function you already use to keep track of the nonce locally :)