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

Cardano GraphQL API Local Deployment Issues - Failure in Applying Hasura Metadata #840

Open
PardusEidolon opened this issue Jun 13, 2023 · 1 comment
Labels
question Further information is requested

Comments

@PardusEidolon
Copy link

Ask a question

I am currently facing an issue while deploying the Cardano GraphQL API locally on the preprod testnet, without Docker. The issue arises during the application of Hasura metadata by the cardano-graphql-background server.

My environment variable METADATA_SERVER_URI is set to https://tokens.cardano.org, which is presumably the intended metadata server. However, this URI appears to just lead to an Nginx server with no clear metadata path that the cardano-graphql-background process could use.

Despite these issues, health checks seem to return positive results, suggesting that the server is operational to some extent.

This problem is particularly impacting the functionality of cardano-ql and cardano-ql-background, given their interdependencies.

One part of this situation that confuses me is the exact role of https://tokens.cardano.org. The current documentation does not appear to explain the purpose of this resource in this context.

Is there any workaround or alternative approach that would allow me to bypass these issues and successfully deploy the Cardano GraphQL API locally? Any guidance or clarification would be greatly appreciated.

@PardusEidolon PardusEidolon added the question Further information is requested label Jun 13, 2023
@Kartiiyer12
Copy link
Collaborator

@PardusEidolon For preprod testnet, can try setting the METADATA_SERVER_URI to - http://metadata.world.dev.cardano.org and if its able to pick the asset metadata.

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

No branches or pull requests

2 participants