Closed yp05327 closed 1 year ago
Please show webpack output from make watch
, or run only webpack via make watch-frontend
.
Will be fixed by #23844
Webpack output looks good. These files should be served by the public module in dev mode, maybe debug there.
Will be fixed by https://github.com/go-gitea/gitea/pull/23844
I don't see how that PR could be related.
I don't see how that PR could be related.
opts.CorsHandler = nil
=> corsSent = false
=> return
Interesting, I wonder why I didn't hit the issue. Probably some configuration difference.
Interesting, I wonder why I didn't hit the issue. Probably some configuration thing then.
That's a regression bug introduced by #23495. When I was writing #23495, the old code looked difficult to understand, so I rewrote it, but the edge case opts.CorsHandler = nil
was never triggered during test.
Description
If you use Dockerfile to build a image, you will get same result.
Gitea Version
latest
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
build
Database
None