-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Gitea service panics when attempting to clone/pull #32367
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
Comments
Regression of Don't init singing keys if oauth2 provider disabled (#32177) |
I can confirm that Oauth is disabled. The issue was a RESTRICTED user would have a js overlay about Oauth if it was enabled. This might have been fixed so I can recheck and if it is still an issue open a separate PR |
wxiaoguang
added a commit
that referenced
this issue
Nov 12, 2024
Fix #32367 --------- Co-authored-by: Giteabot <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/forgejo-as-gitea-fork
that referenced
this issue
Jan 23, 2025
Fix go-gitea#32367 --------- Co-authored-by: Giteabot <[email protected]> Co-authored-by: wxiaoguang <[email protected]> (cherry picked from commit 840ad7e) Conflicts: services/auth/oauth2.go trivial context conflict
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Description
upon upgrading to gitea-1.22.3 (from 1.22.2) on windows, any clone/pull via git results in a 500 error. The WebUI "mostly" still functions but does slow down.
Closer examination of the logs shows a panic
since this was a MINOR bump, the service was "downgraded" to 1.22.2.
gitea-1.22.3-windows-4.0-amd64.exe and gitea-1.22.3-gogit-windows-4.0-amd64.exe were both tried and both exhibit the same issue
Gitea Version
1.22.3
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
https://gist.github.com/eeyrjmr/a4eb1e5e159a71fc6152210fb030f2c3
Screenshots
No response
Git Version
2.46.1
Operating System
Windows
How are you running Gitea?
Windows service
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: