In some cases, even if we pass new cb param, the image stored in cache is old avatar
Example https://cdn.stamp.fyi/space/wen🌕.eth?s=96&cb=c178562f8f12066b here is this case c178562f8f12066b belong to new image hash but somehow in cache we still have old image
i may delete the cache soon so for future reference:
when i visit link above, I see this

if i change cb to something else it works

On UI cb is generated with const hash = sha256(props.space.avatar).slice(0, 16);
while props.space.avatar value is ipfs://bafybeiatkvzda3w6xquzv2dkn5gn7f3jrfarxh6bwy5t3lid2hut5qooie
In some cases, even if we pass new
cbparam, the image stored in cache is old avatarExample https://cdn.stamp.fyi/space/wen🌕.eth?s=96&cb=c178562f8f12066b here is this case
c178562f8f12066bbelong to new image hash but somehow in cache we still have old imagei may delete the cache soon so for future reference:
when i visit link above, I see this

if i change

cbto something else it worksOn UI
cbis generated withconst hash = sha256(props.space.avatar).slice(0, 16);while
props.space.avatarvalue isipfs://bafybeiatkvzda3w6xquzv2dkn5gn7f3jrfarxh6bwy5t3lid2hut5qooie