You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created new project with Laravel v9 and Filament v2. After login I face with this error InvalidArgumentException PHP 8.1.6 9.16.0 Unable to locate a class or view for component [heroicon-o-check-circle].
Please Help me
of code/vendor/filament/filament/resources/views/components/layouts/app/sidebar/group.blade.php
The error is fixed
And in vendor/blade-ui-kit/blade-heroicons/resources/svg and both o-check-circle and o-chevron-down files are exist
Or even when I change the name of o-check-circle and o-chevron-down with o-exclamation or another icon the problem is fixed
I just got the same error when deploying to production. Turns out that I run php artisan icons:cache when deploying. As is stated here, you'll not be able to use any icons that are added to the package after you've run php artisan icons:cache.
Clearing your icon cache: php artisan icons:clear will solve your problem. Make sure to cache your icons again later.
Package
filament/filament
Package Version
v2.12.9
Laravel Version
9.16.0
Livewire Version
No response
PHP Version
8.1.6
Bug description
I created new project with Laravel v9 and Filament v2. After login I face with this error
InvalidArgumentException PHP 8.1.6 9.16.0 Unable to locate a class or view for component [heroicon-o-check-circle].
Please Help me
Steps to reproduce
No response
Relevant log output
The text was updated successfully, but these errors were encountered: