Hi, I'm having a problem with my images. Physically, the files exists, but it cannot be accessed via URL.
Here's my assets container config. No changes on the filesystem.php config file.
title: Uploads
disk: public
allow_uploads: true
allow_downloading: true
allow_renaming: true
allow_moving: true
create_folders: true
Files are stored in this path:
public_html/cms/storage/app/public/
But when accessed via URL, it gives a 404 error.
https://cms.mysite.co.id/storage/image-name.png
Any ideas?