Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chains not found / ready #279

Open
copysix opened this issue Oct 25, 2018 · 1 comment
Open

chains not found / ready #279

copysix opened this issue Oct 25, 2018 · 1 comment

Comments

@copysix
Copy link

copysix commented Oct 25, 2018

Version

1.4.5

Environment

Steps to reproduce

  1. In the process of configuring the dapp environment, I completed the previous steps.
  2. Then I defined my own data model, in model folder, I defined article.js , comment.js
  3. 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'

@a1300
Copy link
Contributor

a1300 commented Oct 25, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants