Maximum execution time of 30 seconds exceeded

Since I am only using livewire / blade for my filament admin panel in my laravel app, and I am getting this error a lot when developing the filament admin panel locally, but not the vue frontend, I thought this was the best place to ask about this.
I am getting this error every time I navigate to a page, where I have to refresh the page at least one time to get rid of it:
Maximum execution time of 30 seconds exceeded

Which usually is pointing to the vendor/symfony/finder/Iterator/SortableIterator.php:51 file where line 51 is this:
$this->sort = static fn (\SplFileInfo $a, \SplFileInfo $b) => $order * strcmp($a->getRealPath() ?: $a->getPathname(), $b->getRealPath() ?: $b->getPathname());

 Flare error share:
https://flareapp.io/share/NPLx0BQP

Has anyone else experienced this? Or know what the most probable cause is for this? It is getting quite difficult for me to do local development on my filament admin panel based on this, so I would really love to find the cause for this and fix it.
Any help is highly appreciated!
Flare
Maximum execution time of 30 seconds exceeded - The error occurred at https://meinrad_laravel.test/admin/billings
Was this page helpful?