F
Filamentβ€’8mo ago
jepewsykes

Upload Image Always Failed On Ubuntu working fine on windows

Upload Image Always Failed On Ubuntu working fine on windows
No description
Solution:
i just changed nginx config
Jump to solution
8 Replies
LeandroFerreira
LeandroFerreiraβ€’8mo ago
Maybe folder permissions?
jepewsykes
jepewsykesOPβ€’8mo ago
yes i thinking to but i dont know to fix that . permission storage folder or else?
LeandroFerreira
LeandroFerreiraβ€’8mo ago
storage folder. Please check the laravel docs
jepewsykes
jepewsykesOPβ€’8mo ago
i see error inside console btw is 401 Unauthorized Solved Bro πŸ˜‰
LeandroFerreira
LeandroFerreiraβ€’8mo ago
please share what you did, because it can help other users πŸ‘
Solution
jepewsykes
jepewsykesβ€’8mo ago
i just changed nginx config
S3natorz
S3natorzβ€’2mo ago
which configuration did u change? coz i have the same problem
jepewsykes
jepewsykesOPβ€’2mo ago
FileUpload::make('logo')
->directory('logo')
->image()
->imageEditor(),
FileUpload::make('logo')
->directory('logo')
->image()
->imageEditor(),

Did you find this page helpful?