Well that's a weird bug with #FilamentPHP.
-
Well that's a weird bug with #FilamentPHP.
Locally everything is fine, but I now deployed it on my dev server and there are errors that make no sense.
In this case a component isn't found, that is found in other resources without problems. The file is there, it works for example for games and studios. But not for genres, reviews or platforms.
I don’t see what the difference in these resources could be. Same directory, same way to create the file… And locally everything works.
Removing the vendor folder and reinstalling via composer did nothing. Re-deploy didn't do anything too. dump-autoload also nothing.
I have absolutely no idea what is going on here.
-
kaiserkiwi :kiwibird:replied to kaiserkiwi :kiwibird: last edited by
Ok, that's super strange. I edited the file on the server to make sure it would work without these lines. Now the same error is still there pointing to a line where the code isn't there anymore. Even after `php artisan optimize:clear` and even a new `php artisan filament:upgrade`.
Something is really off here…
-
Daniël Klabbersreplied to kaiserkiwi :kiwibird: last edited by [email protected]
@kaiserkiwi you probably have opcache enabled. Reload the webserver, php fpm (and any queue workers).