I\'ve been through the ringer getting my Django app setup on Heroku using Amazon s3 to host the static and media files. I\'ve been following this guide https://www.caktusgr
Sorted! As expected it was something annoyingly simple but perhaps this will help anyone else who hits the same wall.
This:
Needed to be this:
I.e. no leading slash in the href. Worked fine using local static files storage but broke the S3 link.