You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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!
Version
1.4.5
Environment
Steps to reproduce
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'
The text was updated successfully, but these errors were encountered: