View [filament.pages.*filename*] not found.
I have this error on my Filament. However, it only appears on pages that were created with infolist, and in app/filament/pages/ and resources/views/filament/pages/
And the curious fact is that it works perfectly on localhost, but when I put it on hosting and access the website, these pages return this error.
I already checked:
-> File names (example.blade.php)
-> Paths
-> File code (example.php)
-> Redirection (protected static string $view = 'filament.pages.example';)
-> Permissions on files (I put all 777)
And as I said, it works 100% on localhost and that has me intrigued!
Can anyone help me?
And the curious fact is that it works perfectly on localhost, but when I put it on hosting and access the website, these pages return this error.
I already checked:
-> File names (example.blade.php)
-> Paths
-> File code (example.php)
-> Redirection (protected static string $view = 'filament.pages.example';)
-> Permissions on files (I put all 777)
And as I said, it works 100% on localhost and that has me intrigued!
Can anyone help me?
