-
Notifications
You must be signed in to change notification settings - Fork 105
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
Issue building graph-ql with Docker from a clean state #302
Comments
Full error message:
|
Can you share your docker-compose file you're using? 2.0.0 is only compatible with 3.x of db-sync. We're working on getting a new release for graphql/explorer that integrates with db-sync 5.0.0. |
Hello @disassembler! Do you have any estimated time of releasing new version of cardano-graphql and db-sync 5.0.0? I've tried to build graphql from master and use it with 5.0.0 db-sync, now it seems to not fail anymore, but queries can be sent only through hasura, while on graphql previous calls return this message: Would be highly appreciated to get some news or help on fixing that little issue |
@danielimkk The new versions are in the final stages of the release process now, so very soon. Did you rebuild the DB after upgrading to |
@rhyslbw Awesome news! I did start a completely new node. Everything seems fine, except the queries are not passed :) Not sure what could cause this error, but here is an example of query that works for hasura, but returns errors on graphql:
Response for Hasura:
Response for GraphQl:
Hopefully this information can be helpful By the way seems like current master branch has no query for rewards. Is that query in the roadmap? Thank you! |
@issoupadrink I suspect you have an older @danielimkk |
I ran
docker-compose up -d --build && docker-compose logs -f
and got this error message:FatalError: column delegation.pool_hash_id does not exist
written bycardano-graphql
.This was on the latest tag (2.0.0-rc.0).
The text was updated successfully, but these errors were encountered: