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

Unable to load model on startup - Missing simpleProfile model (IPFS daemon port 7007) #22

Open
0xjjpa opened this issue Jan 28, 2023 · 0 comments

Comments

@0xjjpa
Copy link

0xjjpa commented Jan 28, 2023

Background

Previously, I've run npm run dev successfully to do the entire workflow of the Create Ceramic App demo (i.e., update profile information, submit, do with another wallet, query via ComposeDB graphl query). However, for the past two days, I have not been able to do so successfully anymore, getting the following error.

image

For context, I'm loading this via Gitpod, although I've done it w/o any issues previously.

Steps to replicate

  1. Go to https://gitpod.io/https://github.com/ceramicstudio/create-ceramic-app
  2. Clone the template, install the deps, install @ceramicnetwork/cli globally (see Issues when running npm run dev #20) and run npm run dev
  3. See error shown above.

Additional details

Sometimes I can import it manually via composedb composite:deploy src/__generated__/definition.json --ceramic-url=http://localhost:7007 --did-private-key=$(cat admin_seed.txt) but not always successfully (i.e., sometimes I get an ECONNREFUSED error as if the service were down). It would be interesting to figure out why that is the case.

image

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

1 participant