Filament memory exhaustion

I have a really simple filament panel, but any action I do in the app(create, update, delete, anything) seems to be triggering an infinite loop somewhere in the app and the app just crashes. After it crashes I should either re run the migrations or go to the main page and logout in order for Filament to work again. I couldn't find out what's wrong with it, will link the repo below, appreciate any help. This is a university project I am helping with for a group of friends, not proud of anything done in the project. https://github.com/ErfanPY/news.shahriaarrr.ir GitHub
GitHub
GitHub - ErfanPY/news.shahriaarrr.ir
Contribute to ErfanPY/news.shahriaarrr.ir development by creating an account on GitHub.
Solution:
I don't know if it's the case, but Laravel 12.20.0 introduced a breaking change. Filament patched it in 3.3.31 https://github.com/filamentphp/filament/pull/16878...
GitHub
[3.x] Fix endless loop by DirtyRacer1337 · Pull Request #16878 · ...
Description New Laravel version had this change, which leads to loop
Jump to solution
2 Replies
Solution
Kyrch
Kyrch3mo ago
I don't know if it's the case, but Laravel 12.20.0 introduced a breaking change. Filament patched it in 3.3.31 https://github.com/filamentphp/filament/pull/16878
GitHub
[3.x] Fix endless loop by DirtyRacer1337 · Pull Request #16878 · ...
Description New Laravel version had this change, which leads to loop
Dennis Koch
Dennis Koch3mo ago
Please update to the latest version.

Did you find this page helpful?