badgen.net icon indicating copy to clipboard operation
badgen.net copied to clipboard

badge errors

Open tunnckoCore opened this issue 9 months ago • 3 comments

Heya there, long time no see.

I'm noticing that for probably a year but..

Regularly my badges are broken in readmes, and stay broken forever, like it's cached or something. The endpoints are responding fine but.. once it's in readme it shows 500 (for github action case). Regularly the npm version ones also show older version.

It seems like a cache problem, but it isn't because even if i append random value to the url (eg. cache=31) it doesn't update, nor after time if in the case of adding cache param.

What's weird is the case is the same on package's npm page. Maybe it's not badgen, maybe it's github and npm.

I'm noticing other opened issues about that too. Maybe that's it #648

It's very annoying.

  • ![](https://badgen.net/github/checks/tunnckocore/workspaces-filter/master)
  • https://badgen-proxy-fixed-cache.deno.dev/github/checks/tunnckocore/workspaces-filter/master?icon=github&label=build&cache=3

tunnckoCore avatar May 01 '25 21:05 tunnckoCore

Seems like it's a cache bug, just published a Deno Deploy proxy for it.

https://badgen-proxy-fixed-cache.deno.dev

tunnckoCore avatar May 01 '25 22:05 tunnckoCore

Doesn't seem to fix it tho.. gotta be github.. 🤦‍♂

tunnckoCore avatar May 01 '25 22:05 tunnckoCore

Indeed the GitHub does cache images in readme =.=

amio avatar May 07 '25 00:05 amio