-
Notifications
You must be signed in to change notification settings - Fork 104
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
Remote schema is missing Block #814
Comments
@airstring, I was able to get it working by manually applying the content of
|
Note also that the following was required:
|
bash-5.1# psql -U postgres -d cexplorer -f up.sql cexplorer=# ALTER TABLE "Asset" ALTER description TYPE VARCHAR; cexplorer=# |
@airstring, did you start |
@centromere I went through your process again. cardano-graphql-hasura logs: cardano-graphql logs: |
Running into the very same issue, on our private testnet, db-sync is fully stabilised (not much to stabilise anyways, due to easy and fast restarting on our private testnet). |
Hi, I also ran into this issue but then I realized I need to run a background and a server process. Now it works. The docker-compose file is a good reference: https://github.com/input-output-hk/cardano-graphql/blob/8.0.0/docker-compose.yml#L101 |
@GBBx thank you so much for your comment - adding |
Ask a question
The versions of each component are as follows:
inputoutput/cardano-graphql-hasura:8.0.0
cardano-graphql:8.0.0
inputoutput/cardano-db-sync:13.1.0.0
cardano-node-ogmios:v5.6.0_1.35.4-mainnet
All other components are working properly, But there's an error when cardano-graphql starts up:
{"name":"cardano-graphql","hostname":"9a196bc71b41","pid":7,"level":50,"msg":"Remote schema is missing Block","time":"2023-02-09T10:19:40.861Z","v":0}
The text was updated successfully, but these errors were encountered: