[SOLVED] Still issues with reset of local devchain

Hi everyone. Having the same issue with reset of local Devchain as the recent issue that has been marked as solved.

I see activity in the network tab when i press the reset button but there still seems to be an issue with resetting the local devchain. When I add event types after having pressing ‘Reset Local Devchain’ the Moralis Dapp still responds that the old event types exist.

Is there another way to reset the local devchain? https://legacy.moralis.io has been shut down

what is your expectation that it happens when you reset the local devchain?

you can temporarily use legacybackup.moralis.io, but it should do the same thing that reset local devchain button in the new interface and in the legacy interface

Hey @cryptokid

I had some smart contract syncs created via a script and I wanted to recreate/update them.

I cannot do that simply by deleting them in the sync tab and deleting the tables, so my expectation was that I could delete the scripts and tables, reset the local devchain, and then run the script again to recreate the syncs.

But it still doesn’t work when I reset in the legacy UI. So if i want to change a sync, do I have to create a new Dapp or is there an easier way?

if you want the change a sync, you can create a new sync, reseting local devchain will only force a reprocessing

I have tried that, but it fails when I create a new sync with the same script. Also when i have deleted the initial ones

how it fails when you add a new sync? you could add a new sync in a new table

yes, I can add them manually the second time, but not via my script

we identified an issue with devchain servers of not being able to sync data, we are working on fixing it

you can try to update the server, after that the sync should work

Hey cryptokid

Given that the post Can’t sync smart contract events on local dev chain to moralis database has been solved, I believe we can mark this as solved as well.

1 Like