Downloadable() and Openable() gives me 404 error

hello! I am currently creating our system and the downloadable() and openable() syntax in my filament v3 are not working, there is always the 404 error displaying when I click the buttons for those two. I think there is something I need to modify or configure in my apache and I do not know what part should I modify in my apache. I already did a thorough research about the resolution of this error and tried many ways yet I cannot resolve it. I was hoping you could help me, thank you very much!
No description
No description
4 Replies
Dennis Koch
Dennis Koch2mo ago
What URL is it opening and where is that file stored on disk?
neverbeast
neverbeast2mo ago
I added the disk and the directory there and that is the url, I manually checked if the files I am uploading are really storing in my public disk and it does. I am thinking that there is something wrong on how I retrieve it
No description
No description
Dennis Koch
Dennis Koch2mo ago
Okay. You ran php artisan storage:link? Otherwise I don't know about the Apache setup. Best to look for "Laravel & Apache" tutorials
neverbeast
neverbeast2mo ago
Yes, I already did. Okay thanks!