-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Try |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I faced the same error after creating a custom page manually. I think this issue needs clarification. First, check the related file to ensure your resource is registered correctly and if it isn't, you can update the cache file using these commands: php artisan filament:clear-cached-components Then, create the cache file to prevent performance issues in the future: php artisan filament:clear-cached-components If you're running your app inside a docker container, check the cache file to ensure it has the right permission. Sometimes, it prevents the cache file to update. |
Beta Was this translation helpful? Give feedback.
Thank you in advance. currently I found something else that has worked.
php artisan filament:clear-cached-components
https://filamentphp.com/docs/3.x/panels/installation#:~:text=%23Caching%20Filament%20components&text=This%20can%20significantly%20improve%20the,:clear%2Dcached%2Dcomponents%20.