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!
4 Replies
What URL is it opening and where is that file stored on disk?
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
Okay. You ran
php artisan storage:link
? Otherwise I don't know about the Apache setup. Best to look for "Laravel & Apache" tutorialsYes, I already did. Okay thanks!