Closed easyranger closed 2 months ago
nodeBlockHeight changes means the fractal node is syncing, check worker logs to see whether the tracker is syncing
nodeBlockHeight changes means the fractal node is syncing, check worker logs to see whether the tracker is syncing
Thanks for your help indeed.
Following your comment,I have found something: Using yarn start:worker:prod: the logs prompts right on console,which seems all right,but the trackerBlockHeight does not change Using yarn start:worker in development mode,the trackerBlockHeight updated...
Weird....
what's the log of runningyarn start:worker:prod
, sounds like it is not gonna happen, should something's not configured correctly.
I just stop start:worker
and try yarn start:worker:prod
again...It works fine,and the trackerBlockHeight updated successfully....
Should be something wrong with configuration....
Thanks!By the way,the issue can be closed
while using the new code updated 2 days ago.
Using new method "yarn start:worker:prod" to sync the data instead of docker,I found an issue:
Only the "nodeBlockHeight" changes,and "trackerBlockHeight" does not change...