Unable to push to WP Engine after latest update

Hi all,

The engineers are working on this one and have identified the issue. We’re working on a fix. I’ll move this to the bug category.

I’d be interested in learning more about your dev environment setup. Are any of you running watchers, javascript processes, etc. that could be running and actively modifying files during a push? For one user who reached out to WP Engine, simply stopping the npm process that was running allowed the push to succeed. This could be a temporary workaround.

These watchers could cause files consistently being deleted/renamed during the file push, like a webpack watcher, for example. Stopping those processes, or simply adding those files that you don’t want pushed to a .wpe-push-ignore file, should solve the issue.