You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending a GraphQL Query before sending any other request in an event handler, Probot sends a request to [GHE_HOST]/api/app/installations/[installation id]/access_tokens instead of [GHE_HOST]/api/v3/app/installations/[installation id]/access_tokens. The GHES instance responds with a 406 error
RunKit notebooks are interactive javascript playgrounds connected to a complete node environment right in your browser. Every npm module pre-installed.
gr2m
added a commit
to octokit/core.js
that referenced
this issue
Oct 20, 2020
You'll have to update your dependency tree in order to get the latest version of @octokit/core (3.1.3). When in doubt, try rm -rf package-lock.json node_modules && npm install
Bug Report
Current Behavior
When sending a GraphQL Query before sending any other request in an event handler, Probot sends a request to
[GHE_HOST]/api/app/installations/[installation id]/access_tokens
instead of[GHE_HOST]/api/v3/app/installations/[installation id]/access_tokens
. The GHES instance responds with a 406 errorSee ttps://probot-talk.slack.com/archives/C6S4FC8AF/p1603208624022600 /cc @pjbreaux
Environment
The text was updated successfully, but these errors were encountered: