-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
[Github Marketplace App] Failing to load the source schema #1447
Comments
@madiodio It's still experimental but I'm glad you're using it :))
Few questions.
|
#1448 should fix it |
Ah didn't know it was experimental.
Thanks for reacting to this so quickly. Looking forward to contributing to this project. |
@madiodio fix deployed, try to check now |
@kamilkisiela Wonderful, it works now. |
Hi there, first would like to say this is a wonderful tool.
Just tried to install the Github Marketplace but it's failing on the build with:
Failed to complete schema check
ERROR: Failed to load 'schema.graphql' (ref: *)
This seems like it cannot find the file schema.graphql which is weird because the file exists in the root folder.
I wonder if this is due to having multiple environments set up. I unfortunately can't put together a repo to reproduce because of the structure of the project but tried my best to reproduce the gist of the config that I have.
Let me know if you need additional details.
Update:
I dig in the codebase and found this is what's throwing
graphql-inspector/packages/github/src/helpers/loaders.ts
Line 67 in 6dd6a02
Does the presence of the * in (ref: *) means it can't find the targeted branch ?
The text was updated successfully, but these errors were encountered: