F
Filament4mo ago
ray1

Unable to find component: [app.filament.resources.export-resource.pages.list-exports] in Production.

I added new resources which works fine locally. However after deployment to production i am getting error: Unable to find component: [app.filament.resources.export-resource.pages.list-exports] How can i resolve it?
No description
5 Replies
Vp
Vp4mo ago
cache?
ray1
ray14mo ago
I cleared the cache in production. My deploy script takes care of that. I still cleared the cache manually. No luck. Note that Export resource is the one i created and the one in the screenshot is a plugin. Both are working perfectly in local. Only issue is production.
Vp
Vp4mo ago
check logs, laravel log, apache/nginx logs etc on server otherwise it's hard to guess
ray1
ray14mo ago
I already did that. And got that above error.
Diogo Pinto
Diogo Pinto4mo ago
Did you update composer? Maybe you’re running an older version of Filament in production. Also, don't forget to publish the assets.
php artisan filament:assets
php artisan filament:assets