Open kadamwhite opened 1 year ago
The error is checking for a WordPress install by running a wp-cli command.
I'm thinking this is not just a change of error message, it's more of adding additional checks if the nginx/php container ran successfully.
Try and troubleshoot, it could be some of the services that it's not ready and we need to add some more additional checks in there.
If you have a working local environment and some containers do not start properly on
composer server start
, the error that is shown reads, "WordPress install failed." That is not correct, because we weren't installing WordPress, we were trying to start the containers to run an already-installed WordPress site.I would expect the error in this situation would be "Local Server failed to initialize properly." or "Failed to start, try running
composer server start
again." There is a chance (albeit small) that somebody would see the above error and think they needed to remove their DB or take some other destructive action to try to "reset" the environment and reinstall WP, when that should usually not be necessary.