Problem Description:
I am developing a web application where users can upload and then view images. While file uploads are working correctly (after resolving initial authentication issues), displaying the uploaded images results in a 403 Forbidden status code for the GET request to the preview URL.
This issue occurs for all image files, regardless of whether they were uploaded recently or previously. The error is consistently observed in the browser's network tab.