[BUG]: Re-authentication error "Properties can only be modified before sending the first request. #144
Labels
Status: Triage
This is being looked at and prioritized
Type: Bug
Something isn't working as documented
What happened?
Authenticating as a GitHub App but run into an issue when re-calling the request.
It throws an error at
var aiAdapter = GitHubOctokit.Client.RequestAdapter.Create(aiAuthProvider);
:Error Message:
Note
I tried setting the service as a singleton, but since the token expires every 8 hours, it ends up with the same issue.
Reproducing code
Versions
Code of Conduct
The text was updated successfully, but these errors were encountered: