thoughtworks / build-your-own-radar

A library that generates an interactive radar, inspired by https://thoughtworks.com/radar/.
GNU Affero General Public License v3.0
2.21k stars 1.04k forks source link

k8s_production/screen.css is not available #297

Open YGeorge opened 1 year ago

YGeorge commented 1 year ago

CSS is not loaded on the docker image website, I got: GET https://www.thoughtworks.com/css/k8s_production/screen.css net::ERR_ABORTED 404

Looks like that may be related to the fix which was made couple of days ago: https://github.com/thoughtworks/build-your-own-radar/commit/739c1403041883566f16e07bb6cf7f3495a98a42

@devansh-sharma-tw may you help, please?

devansh-sharma-tw commented 1 year ago

Hi @YGeorge ,

To remove any external requests for assets, we integrated the CSS file into the codebase itself (which is the commit you have mentioned). But to support earlier deployments using non-latest code, we have brought back the link to the CSS file and will keep it alive for the time being. We would recommend updating to the latest image/code for your deployments, if possible.

Now the CSS should be loading as before for your deployment. Please let us know if that is not the case.

Thanks!

YGeorge commented 1 year ago

Yes, it works great! Thank you a lot @devansh-sharma-tw for supporting earlier deployments! We will update docker image soon.

Thank you!

YGeorge commented 1 year ago

Sorry to disturb you, @devansh-sharma-tw but I noticed it's not available anymore again. Could you please bring it back?