Open brain-ops opened 3 years ago
Google Material Icons have been used. May be CDN link didn't work. Check 'resources/views/layout/app.blade.php' for the link at the bottom.
Link is at the bottom of resources/views/layouts/app.blade.php. It was working for me the first time, so I wanted to make a NEW master, re-migrated, re-seeded, and received this issue when logging into the Admin portal.
@changeweb Any solution for this? I've even powered down, re-migrating, and re-seeding the DB with the shown link above which appears to be the correct one. Although, no changes were even made in the first place to the link.
Try clearing Browser's cache and deleting compiled blade files from storage/app/views/*
folder.
I ran the following commands to see if it would fix the issue but no luck. The tabs on the admin page are not aligned and the icons are not properly showing. How do I go about fixing this?
I ran the following php artisan cache:clear php artisan config:clear php artisan config:cache php artisan optimize:clear
And deleted: /bootstrap/cache/packages.php /bootstrap/cache/services.php