You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to start the server: Error when executing the blueprint step #1 installTheme({"step":"installTheme","themeZipFile":{"resource":"wordpress.org/themes","slug":"twentytwentyfour"},"options":{"activate":true}}) : Could not move /var/www/html/wp-content/mjEznHQBp+eN]u2u(C=<+NjPv4RkH7ystyI-/assets/Twentytwentyfour/twentytwentyfour to /var/www/html/wp-content/themes/twentytwentyfour: Directory not empty.
Both steps will fail when called repeatedly.
mkdir will fail the second time because the path already exists.
installTheme will fail the second time because the theme is already installed.
I suppose there should be an options to make such steps fail gracefully instead of aborting the whole blueprint process.
The text was updated successfully, but these errors were encountered:
If i repeatedly start wp-now installing a default theme will result in an error:
Both steps will fail when called repeatedly.
mkdir
will fail the second time because the path already exists.installTheme
will fail the second time because the theme is already installed.I suppose there should be an options to make such steps fail gracefully instead of aborting the whole blueprint process.
The text was updated successfully, but these errors were encountered: