Hi,
Existing test server sync - no new transaction snyc of eth, nft - failed from yesterday. They worked well so far. So I’ve tested this with new server instance but also failed.
Test procedure,
- instantiate new server
- reset local dev chain with ganache-cli
- connect with frpc
- authenticate with Moralis SDK
- tried few transactions (Send ETH, on metamask, all transactions are ok)
Now, on dashboard, just show up _EthAddress, _Role, _Session, _User, _AddressSyncStatus only. There are no other tables like EthTransactions or so.
I’ve tried many times this but it failed.
Ganache options: ganache-cli --chainId 1337 -h 0.0.0.0 -p 7545 -d -m “…”
Tested frpc: 0.38.0, 0.40.0
Tested core-service plugin: 1.0.171
Tested urls:
https://x4ab1osxramo.usemoralis.com:2053/server
https://ixi7jqtkxo4w.usemoralis.com:2053/server
Let me know if there is a point I’ve missed. Thanks in advance!