F
Filament4mo ago
Zen

Export to Excel - sub folder does not get url correctly.

My app referer to the sub directy as : domain.com/demo/meterbill -> link to public folder in Laravel app. I could manage other things, but 2 points are still in trooble. 1. After export to excel the notification returl file to download refer to root path: domain.com/file_todownload I expected it should be domain.com/demo/meterbill/file_todownload 2. in upload photo form It does not preview upload logo correctly. #export #subfolder #directory #upload #logo
No description
No description
No description
Solution:
It won't work for me. also got issues on photo url, so I got with making .htaccess to rewrite the file to expected path.
Jump to solution
2 Replies
Povilas K
Povilas K4mo ago
Blind guess: maybe your .env file has APP_URL=https:://domain.com ? And it should be APP_URL=https://domain.com/demo/meterbill
Solution
Zen
Zen4mo ago
It won't work for me. also got issues on photo url, so I got with making .htaccess to rewrite the file to expected path.