© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
Clay Bitner

View not found

Has anyone come across the issue where you're experiencing the error View [name-of-view] not found on Vapor when it works fine on your local machine?

We're using Vapor/AWS to host our site. We imported the package: "njxqlus/filament-relation-manager-component" which seems to work great on our local dev environment, but then when we deploy it to vapor, even if we publish the views, we're getting these errors:

"exception": 
{
"class": 
"Illuminate\View\ViewException",
"message": 
"View [infolists.relation-manager] not found. (View: /var/task/vendor/filament/infolists/resources/views/component-container.blade.php) (View: /var/task/vendor/filament/infolists/resources/views/component-container.blade.php) (View: /var/task/vendor/filament/infolists/resources/views/component-container.blade.php) (View: /var/task/vendor/filament/infolists/resources/views/component-container.blade.php) (View: /var/task/vendor/filament/infolists/resources/views/component-container.blade.php)",
"code": 
0,
"file": 
"/var/task/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php:137"
"exception": 
{
"class": 
"Illuminate\View\ViewException",
"message": 
"View [infolists.relation-manager] not found. (View: /var/task/vendor/filament/infolists/resources/views/component-container.blade.php) (View: /var/task/vendor/filament/infolists/resources/views/component-container.blade.php) (View: /var/task/vendor/filament/infolists/resources/views/component-container.blade.php) (View: /var/task/vendor/filament/infolists/resources/views/component-container.blade.php) (View: /var/task/vendor/filament/infolists/resources/views/component-container.blade.php)",
"code": 
0,
"file": 
"/var/task/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php:137"


Am I forgetting something that needs to be modified or published somewhere?
Solution
Turns out the package used a capital "I" in
Infolist
Infolist
rathern than the required folder name having a lowercase "i" as in
infolist
infolist
. Published the views then renamed the folder to get it to work.
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Livewire View Not found
FilamentFFilament / ❓┊help
2y ago
login new view not found.
FilamentFFilament / ❓┊help
2y ago
Class "Filament\View\PanelsRenderHook" not found
FilamentFFilament / ❓┊help
2y ago
View [filament.pages.*filename*] not found.
FilamentFFilament / ❓┊help
3y ago