asch
asch copied to clipboard
chains not found / ready
Version
1.4.5
Environment
Steps to reproduce
- In the process of configuring the dapp environment, I completed the previous steps.
- Then I defined my own data model, in model folder, I defined article.js , comment.js
- Then I register the dapp on chains
What is expected?
Under normal circumstances, the blockchain.db in my dapp folder will have table 'articles' and 'comments'
What is actually happening?
There is only table 'articles' , no 'comments', when I log in my dapp front page, there shows a warning: 'Chains not found', and my log shows 'Chains not ready'
Hi @copysix
have a look at the common-development-problems-document!
Check this contract-template out. Is this template working for you? If yes, then the error is in your Dapp code!
You get only the Chains not ready
statement if you have an error in your Dapp or you didn't registered your Dapp. Did you registered your Dapp on the ASCH mainchain with the registration transaction
? See the asch-redeploy tool for easy Dapp registration!