-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Bug]: 404 with GraphQL endpoint in Github Enterprise Server #40
Comments
Thanks @mhaas, I've started taking a look at this one. Your link to the I'll be making some tweaks to try and separate out some of the concerns a little more, so I'll keep you posted on progress 😄 Thank you for the interest and raising this 🙏 |
Thanks, happy to test if you got a PR as well :) |
Thank you @mhaas! Here's the first pass at the PR, though I'd like to go back and clean up a few bits before merging it in |
Hey @mhaas! Just a note to say that I've merged that PR ☝ into If you wanted to run a local version of main and run the |
GitHub CLI Version
2.63.2
gh-skyline Version
0.0.4
What Operating System are you seeing the problem on?
macOS
What happened?
I am trying to generate my Skyline against a Github Enterprise Service instance.
When running
gh skyline
as it, it attempts to connect to github.com:Using GH_HOST, the cli is using the wrong GraphQL endpoint:
The correct GraphQL URL would be
https://github.XXX.YYY/api/graphql
. This is also encoded by the corresponding logic ingraphQLEndpoint
.I would appear to be correctly authenticated, with the "active" instance being set to the GHE instance:
Appreciate your support, the X1C needs a break from churning out multiboard parts :)
The text was updated successfully, but these errors were encountered: