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
There is one case where an OAuth app is preferred over a GitHub App. If your app needs to access enterprise-level resources such as the enterprise object itself, you should use an OAuth app because a GitHub App cannot yet be given permissions against an enterprise.
I was able to fix the issue by:
Created a OAuth App instead.
Add the scope I would like to get access to as part of the authorization request - server.mjs
hey, thanks for providing your solution!
This makes sense, I've added that comment about enterprise-level resources.
We'll try to make either as an option, so code change is not required.
Hi,
When using a GitHub Standalone instance, the integration with Github App is not working, getting -
After reading this doc - where it says:
I was able to fix the issue by:
By doing the following I was able to read the metrics after performing GitHub login.
I am opening this as an issue as maybe there is better way to fix this.
Thanks
The text was updated successfully, but these errors were encountered: