Error production Maximum call stack size of 8306688 bytes

I'm having this error
[2025-07-13 17:50:57] production.ERROR: Maximum call stack size of 8306688 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached during compilation. Try splitting expression {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum call stack size of 8306688 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached during compilation. Try splitting expression at storage/framework/views/57035cd2e33b51d1fc58b36f84772812.php:235)
[stacktrace]
#0 {main}
[2025-07-13 17:50:57] production.ERROR: Maximum call stack size of 8306688 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached during compilation. Try splitting expression {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum call stack size of 8306688 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached during compilation. Try splitting expression at storage/framework/views/57035cd2e33b51d1fc58b36f84772812.php:235)
[stacktrace]
#0 {main}
Line 235 view
'wire:loading.remove.delay.' . config('filament.livewire_loading_delay', 'default') => $hasLoadingIndicator,
'wire:loading.remove.delay.' . config('filament.livewire_loading_delay', 'default') => $hasLoadingIndicator,
This happens when I click on the native filament "save" button, either on a resource or in the user panel. when I leave .env in APP_DEBUG=true it points me to the file: vendor/filament/support/resources/views/components/icon-button.blade.php Any suggestions? Sorry for my inexperience
Solution:
Update to the latest version of Filament
Jump to solution
3 Replies
KennY_Thugs
KennY_ThugsOP3mo ago
memory_limit 512M phpinfo
Solution
Dennis Koch
Dennis Koch3mo ago
Update to the latest version of Filament
KennY_Thugs
KennY_ThugsOP3mo ago
Laravel Framework 12.20.0 filament/filament 3.2 Thank you for your attention. Does this happen in version 3.2?

Did you find this page helpful?