Snipe IT not showing uploaded images

Snipe IT not showing uploaded images

This open source IT asset management system is a very good tool to keep track of your organisations assets and licenses. If you have problems with your company logo or asset images not showing, even though the upload works fine, there’s a simple fix.

Edit the file .env, usually by ”sudo nano /var/www/snipe-it/.env”.

Check that the row for ”APP_URL” is a correct URL with ”https://” and not just your IP or server name.

APP_ENV=production
APP_DEBUG=false
APP_KEY=base64:iuhrf8734y9874y928547ty094875t
APP_URL='https://snipe.yourdomain.com'
APP_TIMEZONE='UTC'
APP_LOCALE=en

Save and restart your server by ”sudo systemctl restart apache2”. Your images should now load just fine.