I've been working locally and on my server and everything looks good. Then I configure django-storages to store static files and media on my S3 bucket. Everything works except for the icons/glyphicons on the admin interface. Instead of the nice pretty graphic icons, I see letters.
For example once you log in, you have the search bar on the left side. Normally you would see a looking glass in the search box. I lost the looking glass and now I just see a lowercase f.
My question is this. What do I search for to start debugging this? What wagtail file is collectstatic not collecting?
Steps to Reproduce
- Set up a wagtail site
- Set up a bucket on s3
- Install django-storages
- Configure django-storages to use your bucket
./manage.py collectstatic
Technical details
- Python version: 3.5.2
- Django version: 1.11.5
- Wagtail version: 1.12.2
- Browser version: firefox, chromium, chrome
