Hello
I tried to follow the bootcamp tutorial for laravel by building chirper with Inertia https://bootcamp.laravel.com/inertia/installation
You can use the cms quick start here https://ddev.readthedocs.io/en/stable/users/quickstart/
I first got an error CONNECTION_REFUSED after activating the npm run dev.
I modified the configuration of the ddev a bit to allow the port 5173
services:
web:
ports:
- "5173:5173"
And now I get the EMPTY_RESPONSE error