Chan

Results 2 comments of 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 ![image](https://github.com/user-attachments/assets/de6c06ce-5e77-4303-9672-13a0b811a4df) 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. ![image](https://github.com/user-attachments/assets/5201279f-8438-40f9-825b-e9044ae172f3) In runtime, the...