[SOLVED] EthTransactions collection don't created automatically after transfer ETH?

I migrate from V1 to V2. Host local MongoDB and Redis.
I login success and check DB automatically _Session and _User.
I do transfer ETH and check DB again. I could not found EthTransactions collection. Donโ€™t automatically create ?

It worked on V1 but self-host not working. How to tracking EthTransactions and TransferToken ?

image

I think you need to use streams to add wallet syncs in mongo DB

hmmm. Just only one way use stream wallet syncs?
Moralis V2 not tracking more transactions like V1 ?

In v1, moralis server handles tracking user wallets. And since v2 will be used in you own backend, you need to use streams to track user wallet transactions.

1 Like

I got it, thank bro for support

1 Like