Open zsq1234 opened 9 months ago
Thanks the report.
The problem likely has to do with the use of a proxy server.
I believe, proxy support might have broken when switching from manual HTTP requests to using Octokit since Octokit uses fetch
which does not respect HTTP_PROXY.
Bug Report
Versions
Environment
Observed behavior
docker file:
helm values.yaml:
login button can open the github oauth page, but redirect to
/-/oauth/callback
url will 500.the log is:
Expected behavior
expect to 200, like run by curl in the same pod: