Open friedhelmensch opened 5 years ago
Hi @friedhelmensch ,
Is there a truffle project associated with your reproduction? Drizzle needs to be configured to know what deployed contracts to connect to on the testnet. Can you please include those in the reproduction?
hey @cds-amal, I don´t have a truffle project directly associated with it but a contract on the main net. I updated the example repo with the smart contract (on the main net).
@friedhelmensch thanks for your example. Your error is reproducing.
I walked through the debugger and found that the event about the new block comes a little earlier than it can be received from the network. It’s hard to say why this is happening.
Probably, this may be a mistake on the part of infura. I found a similar issue in the web3 repository
Any updates here? I'm having the same issue.
Same issue here if trying to connect Wallet other than Metamask Project is on Ropsten Test network https://immutablepost.com/ If you click on Connect Wallet and choose Fortmatic for example Thanks!
Actually, not sure but I have added: syncAlways:true, To the Drizzle option and it seems the error is not showing anymore..
When using the web3 fallback (in my case infura). I am seeing an exception in the console
I created an example repo to reproduce the problem: https://github.com/friedhelmensch/drizzle-transaction-null-issue