developer
developer
Explore posts from servers
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
I don’t have much experience with Nginx, so I wouldn’t pick up on it. Thanks a lot once more! 🔥
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
thank you so muchhhhhhhh ♥
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
working!!!
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
it works!!!!
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
lemme try
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
FileUpload::make('_thumbnail_image_id')
->label('Product Image')
->extraInputAttributes([
'data-id' => '_thumbnail_image_id',
// 'data-url' => URL::signedRoute('livewire.upload-file', ['expires' => now()->addMinutes(30)])
])
->image()
->visibility('public')
->disk('local') // Ensure correct disk, i also using the 'public' one
->directory('product')
->columnSpan('full'),
FileUpload::make('_thumbnail_image_id')
->label('Product Image')
->extraInputAttributes([
'data-id' => '_thumbnail_image_id',
// 'data-url' => URL::signedRoute('livewire.upload-file', ['expires' => now()->addMinutes(30)])
])
->image()
->visibility('public')
->disk('local') // Ensure correct disk, i also using the 'public' one
->directory('product')
->columnSpan('full'),
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
no
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
sadly issue persists
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
directory was already set & got all the correct permissions
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
ok, i'll try both things, i'll be right back
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
not sure, lemme check
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
i'll share the nginx config, gimme a minute
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
We are using CloudFlare, and I read that it could be the problem. We haven't disabled it yet because it might break other sites hosted on our VPS
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
.env app_url matches ✅ but fileUpload still failing
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
yes, we already tried it
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
php artisan storage:link done ✅
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
same error
34 replies
FFilament
Created by developer on 2/24/2025 in #❓┊help
file upload 401 unauthorized
im using ->disk('public') also tried disk('local')
34 replies