When you install maat and do some changes and immediately try to download export file / something else this might occur.
Because of cache issue this often occurs. Now to solved this what worked for me is:
Run:
php artisan config:cache
php artisan cache:clear
Comments
Post a Comment