xuang7 opened a new issue, #5283: URL: https://github.com/apache/texera/issues/5283
### What happened? On the dataset detail page, the cover image fails to load (broken image icon) when the dataset is private. <img width="453" height="165" alt="Image" src="https://github.com/user-attachments/assets/9d88b9ec-abd1-4e83-b69e-a58793803072" /> The cover image is loaded via `<img src="/dataset/{did}/cover">`. The backend sees an anonymous request and returns 403 Forbidden for private datasets. Owners and users with READ access should see the cover image of private datasets on the detail page, the same way they do for public datasets. ### How to reproduce? 1. Log in as any user 2. Create a new dataset and set dataset visibility to private 3. Upload an image file into the dataset 4. Right-click the image in the file tree and set it as the cover 7. Observe a broken image icon where the cover should be displayed ### Branch main ### Commit Hash (Optional) _No response_ ### What browsers are you seeing the problem on? _No response_ ### Relevant log output ```shell ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
