1👍
✅
If you are using Apache and mod_wsgi, then your /static/ folder and/or some images in it probably do not grant permission to the Apache user to serve them.
Try this:
chown -R www-data /path/to/folder/static
Source:stackexchange.com