close
Skip to content

Dev Server shows fresh WordPress install screen instead of pre-configured site #16

@juanmaguitar

Description

@juanmaguitar

Description

When building and running the app from source following the README instructions, the Blueprint is not applied and the WordPress setup/installation wizard is shown instead of a pre-configured WordPress site.

Steps to reproduce

  1. Clone the repository
  2. Run npm install
  3. Run npm run build:once to bundle the renderer
  4. Run npm start to launch Electron + renderer in watch mode
  5. The Electron app opens

Expected behavior

A fully configured WordPress installation (as defined by the Blueprint) is loaded and ready to use.

Actual behavior

The WordPress setup/installation wizard screen is shown, as if no Blueprint was applied — the user is prompted to complete a fresh WordPress installation.

Image

Environment

  • Running from source via the README build-from-source steps
  • macOS Tahoe 26.4.0
  • Brave browser

Logs

Server & WordPress Logs
Running CLI
Starting a PHP server...
Setting up WordPress undefined
Fetching SQLite integration plugin...
Booting WordPress...
Booted!
Running the Blueprint...
Running the Blueprint – 1%
Running the Blueprint – 100%
Finished running the blueprint
WordPress is running on http://127.0.0.1:49993 with 1 worker(s)
SERVER_URL:http://127.0.0.1:49993/

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions