Skip to content

Fix DDEV setup: don't start router without a project#9

Merged
titouanmathis merged 1 commit intomainfrom
fix/ddev-no-start
Feb 12, 2026
Merged

Fix DDEV setup: don't start router without a project#9
titouanmathis merged 1 commit intomainfrom
fix/ddev-no-start

Conversation

@titouanmathis
Copy link
Contributor

Problem

Setup was calling ddev start which fails without a project:

Failed to start project(s): could not find a project in /home/ddev

Solution

Just configure global settings. The router starts automatically when the first project is deployed.

The setup was calling 'ddev start' which requires a project directory.
Just configure global settings instead — the router will start when the
first project is deployed.

Co-authored-by: Claude <claude@anthropic.com>
@titouanmathis titouanmathis merged commit f477c8c into main Feb 12, 2026
5 checks passed
@titouanmathis titouanmathis deleted the fix/ddev-no-start branch February 12, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant