Closed
Description
- I have tried with the latest version of Docker Desktop
- I have tried disabling enabled experimental features
- I have uploaded Diagnostics
- Diagnostics ID: 42EDF249-C0A8-4A3B-A709-4B2ADD41E5EF/20230505143852
Expected behavior
After a fresh local install of a Laravel project + Breeze (Vue), trying to build for production (sail npm run build
) or starting a local hmr server (sail npm run dev
) should work properly (using Docker for Mac on Intel Chip, v4.19.0)
Actual behavior
Both commands thows a Segmentation Fault error without further info.
VITE v4.3.3 ready in 727 ms
➜ Local: http://localhost:5173/
➜ Network: http://172.240.7.5:5173/
➜ press h to show help
LARAVEL v10.9.0 plugin v0.7.4
➜ APP_URL: http://mysite.test
Segmentation fault
Information
Switching back to Docker for Mac v4.18.0 works as expected.
Possible workaround: disable Virtualization framework on v4.19+
Steps to reproduce the behavior
- Create a fresh Laravel project (
curl -s "https://laravel.build/example-app" | bash
) - Install Laravel Breeze package (https://laravel.com/docs/10.x/starter-kits#laravel-breeze-installation) with the Vue stack
- Run
sail npm run dev
should throw the Segmentation Fault error