You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image URL is same from backend but image is updating at backend. But in android app it is showing old image only. I used following code but still its showing old image only. I reloaded several times. Please help me out. But in browser its showing new image.
CacheManager.clearImageCache().then((response) =>{
console.log('clear cache1');
});
The text was updated successfully, but these errors were encountered:
Image URL is same from backend but image is updating at backend. But in android app it is showing old image only. I used following code but still its showing old image only. I reloaded several times. Please help me out. But in browser its showing new image.
CacheManager.clearImageCache().then((response) =>{
console.log('clear cache1');
});
The text was updated successfully, but these errors were encountered: