File upload preview not working on edit while using minio private bucket

Uploading files works correctly, and the files are stored in the bucket as expected. However, when editing an existing resource that has an uploaded image, the image preview is not shown.
No description
Solution:
@Xentarix
FileUpload::('profile')->visibility(private);
FileUpload::('profile')->visibility(private);
...
Jump to solution
2 Replies
toeknee
toeknee5w ago
See you get a 403... check your file system permissions first
Solution
Asmit
Asmit3w ago
@Xentarix
FileUpload::('profile')->visibility(private);
FileUpload::('profile')->visibility(private);

Did you find this page helpful?