I cannot upload files with FileUpload

While I can upload the file without any problem on the local server, it gives the error in the picture when I go live. I couldn't figure out why it gives it.
Forms\Components\FileUpload::make('file')->label(__('custom.users_guide'))->disk('public')
Forms\Components\FileUpload::make('file')->label(__('custom.users_guide'))->disk('public')
No description
No description
2 Replies
ChesterS
ChesterS3mo ago
1) Permissions 2) Server configuration 3) php artisan storage:link
Dennis Koch
Dennis Koch3mo ago
401 Unauthorized sounds like an issue with the session or the signature.