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?