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
TypeError: blueprintObject.steps is not iterable
at extractSiteUrlFromBlueprint (MY_FOLDER/node_modules/@wp-now/wp-now/main.js:566:38)
at getWpNowConfig (MY_FOLDER/node_modules/@wp-now/wp-now/main.js:554:21)
at async Object.handler (MY_FOLDER/node_modules/@wp-now/wp-now/main.js:1098:25)
You can fix it by adding an empty "steps": [] prop to the blueprint.
The text was updated successfully, but these errors were encountered:
senadir
changed the title
Running a blueprint with no steps prop fails
wp-now: Running a blueprint with no steps prop fails
Jun 30, 2024
on
@wp-now/wp-now:0.1.72
, running something like this blueprint would failError:
You can fix it by adding an empty
"steps": []
prop to the blueprint.The text was updated successfully, but these errors were encountered: