CoreyMSchafer/code_snippets

Users Profile Image not loading on website

Opened this issue · 0 comments

After deploying my Django Website to Heroku, whenever a user uploads a profile image, the image gets saved to my AWS S3 Bucket, but does not show up in the users Profile in the Django website, I don't know exactly where the error is actually coming from.
But everything works perfectly fine when I run the Django website locally.