Cannot receive events from local dev chain

I started hardhat local dev chain, frpc is runnging and the status is showing “Connected” in dashboard. I created new sync to listen events but I couldn’t receive events from my local dev chain. I tried with both forked and not forked chain.

did you do any changes in hardhat config recently?
it looks like it synced 1k blocks by now and that usually happens when it tries to fork another chain

I disabled forking recently but the result didn’t change. Should I reset the server after this change?

try to reset local devchain (programmatically) or try to delete the server and create another server

Yes deleted and started new server. It didn’t work in the begining but now it is working. I don’t know what solved the problem.

1 Like

I need to use forked local dev chain because our project already in production and I need to reach its contracts during development new features. Is there any way for this?

it could work with a fork too, but it will be slow until it gets to latest block number

Must be an option to skip this. I am cancelling Historical Sync but it is still same.

It will take some time to sync all the blocks from your local devchain to Moralis server