Misleading error when containers do not start successfully #557
Labels
bug
Existing functionality isn't behaving as expected
developer advocacy
Developer Advocacy related tasks
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.The text was updated successfully, but these errors were encountered: