Chan
Chan
Apparently the issue was resolved. Before, when we switched branches or rebased, temporary vite/vitest files were added into our repo. Now, when doing so, no xxx timestamp is added. I...
It was broken since v.7.5.0 https://github.com/oauth2-proxy/oauth2-proxy/blob/v7.5.0/CHANGELOG.md with this PR  https://github.com/oauth2-proxy/oauth2-proxy/pull/2025/files Before v7.5.0, the css files were loaded directly from CDNs, but now they are embedded.  In runtime, the...