Problem with Filament and Livewire - no data saving, console error
Hi, I have a problem. I’m using Filament and Livewire, and suddenly my application stopped working when it comes to saving data. Whenever I try to access any resource and save it, nothing happens, and I see an error in the console. Everything was working fine before. Can you help me figure out what might be causing this issue? How can I diagnose the problem effectively?
Solution
Update! I am using the latest Macbook with M4 proc and docker. You need to activate the Docker VMM option in Docker (https://github.com/docker/for-mac/issues/7255#issuecomment-2567154899) to fix this problem.
GitHub
Description I'm running Docker for mac version 25.0.3 on an M2 (arm64) machine. When trying to build some relatively simple images using buildx on linux/amd64 arch, I get illegal instruction er...