Image not showing on production

Please my Image is uploading fine on localhost until on production it refused to upload and having done
php artisan storage:link
php artisan storage:link
it still not showing the image .I check my the
storage->app->public
storage->app->public
i could see my uploaded images This is my table code
FileUpload::make('image')
->label('Image')
->disk('public')
->directory('profile')
->visibility('private')
FileUpload::make('image')
->label('Image')
->disk('public')
->directory('profile')
->visibility('private')
No description
Solution:
Is the URL correct?
Jump to solution
6 Replies
Noxo
Noxo9mo ago
check your browser console, there could be an error
sadiqgoni13
sadiqgoni139mo ago
This was coming from my console
Failed to load resource: the server responded with a status of 404 ()
Failed to load resource: the server responded with a status of 404 ()
Solution
Noxo
Noxo9mo ago
Is the URL correct?
sadiqgoni13
sadiqgoni139mo ago
sorry but which of the url?
Noxo
Noxo9mo ago
the image URL i mean domain name
sadiqgoni13
sadiqgoni139mo ago
It is still not uploading My bad though I set the app url to https, i changed it back to http now Its working , I guess i can leave the thread incase anyone experience same