php artisan migrate
php artisan optimize:clear
php artisan optimize
php artisan scout:import "App\Models\Link"
php artisan scout:import "App\Models\Tag"
Make sure you have a queue up and running to process your links in the background.
php artisan queue:work --tries=3