im using this method but meet with 503 statusCode and also can not see any query from my app ((
const tronWeb = new TronWeb({
fullHost: 'https://api.trongrid.io/',
headers: { "TRON-PRO-API-KEY": 'your api key' },
privateKey: 'your private key'
})
Upd. Funally figure out how to solve. Udpate my tronWeb to 3.2.6 version