Skip to content

Conversation

@FredCoen
Copy link
Contributor

@FredCoen FredCoen commented Dec 19, 2025

When running rindexer start all, the CLI was not passing the required --graphql and --indexer flags to the cargo command. This caused the program to receive empty arguments instead of the expected flags, preventing both GraphQL and indexer services from starting.

in the generated project there is a condition

if args.len() == 1 {
enable_graphql = true;
enable_indexer = true;
}

if you run rindexer start all you get two args, so length = 2. because the empty string and the program name are each one element. with the change the mathching statement makes sure both are set to true.

@vercel
Copy link

vercel bot commented Dec 19, 2025

@FredCoen is attempting to deploy a commit to the joshaavecom's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Dec 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
rindexer-documentation Ready Ready Preview, Comment Dec 19, 2025 4:29pm

@joshstevens19 joshstevens19 merged commit 44851c3 into joshstevens19:master Dec 22, 2025
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants