My Logo and other Images are not updating?

Possible Issue: Cloudflare Cache

If your logo and other images are not updating, there might be a Cloudflare Cache Issue.

You can purge the Cloudflare cache by following the steps below:

  1. Login to your Cloudflare Account.
  2. Go to the Caching > Configuration tab.
  3. Click on the Purge Everything button.

After purging the Cloudflare Cache, your logo and other images will be updated on the webstore.

Possible Issue: File Permissions

If your logo and other images are still not updating after purging Cloudflare Cache, you can try to reset default file permissions by running the following commands in the terminal:

cd /var/www/minestore
chown -R www-data:www-data .
chmod -R 755 .env storage/* bootstrap/cache public/img public/img/*
chown root updater
chmod u=rwx,go=xr,+s updater
chmod +x /var/www/minestore/frontend.sh