My images don't appear - django deploy

When developing my Django website, everything seems to work fine locally. I can see the images without any problem. However, when I deploy the website to the Render server, the images simply don’t appear.

I’ve checked the server configurations, including file permissions, media root, and media URL settings, but everything seems to be in order. I also verified that the images were properly uploaded to the server during deployment and that they are not corrupted.

The strange thing is that other static files like CSS and JavaScript are loading correctly, suggesting that the issue might be specific to serving media files.

Can anyone help me?

Hi Gabriel,

Have you taken a look over this documentation: https://render.com/docs/deploy-django#static-files

Regards,

Matt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.