If you recently deployed you project to your production server or moved the project to another server, do not forget to clear the app cache by running these commands.
php artisan cache:clear
php artisan view:clear
php artisan config:cache
it should fix it.
Also consider updating your .env
file to match new environment variables.
There are 0 comments