-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
404 when trying to stop the timer which has been started before binary upgrade #22878
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
(Hmm, it seems not related to your problem directly, so just FYI) I just played a while, I think it could be just a display bug? Maybe you do not have active stopwatch yet ..... The display bug is confirmed and is still being fixed ..... Could you help to confirm how your problem happens, especially the screenshots? Is there an active stopwatch? |
My Gitea instance have implicit Anyway, how can I check if there is active stopwatches? |
Please have a try to see whether 22879 resolve the "display bug" on your side (I guess). |
I would assume that the problem has been resolved? |
Description
I was curious about using timer/stopwatch feature of Gitea. I enabled the timer when the deployed binary version was about 7ae10cb.
Today I build Gitea from version e460b6e and deployed it. When I tried to stop the timer,
Gitea returned 404 on
https://%(DOMAIN)s/times/stopwatch/toggle
, thus the timer cannot be stopped.I guessed that commit 90cf07a touched the subsystem in question.
Gitea Version
main (commit e460b6e)
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/bagasme/335d722c4f87f552176b352d2e466f84
Screenshots
Git Version
2.39.1
Operating System
Ubuntu 22.04
How are you running Gitea?
I built Gitea from source using Go 1.20, Node v18.13.0 (installed via nvm) on Debian 11.
The Gitea instance is hosted on a LXD container on my computer.
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: