Error with Sync to WP Engine

When I was trying to push my changes from Local to WP Engine, I keep getting could not load files list error.

So after finding a post about and getting the log I looked what the errors were. It says that there was an issue geting modification time for .idea as per the lines in the log below.

It seems like .idea is no longer excluded as per ‘Path Exclusions for Local Connect’ details.

System Details

  • Local v7.1.0+6396

  • MacOS 13.3.1

Local Logs

{"thread":"main","class":"ConnectManifestWpeService","sentryEventId":"74159c40a50b4720ab9d3c5bfbc9fb9b","level":"error","message":"Error creating manifest for WPE Service","timestamp":"2023-07-27T06:13:39.604Z"}
{"thread":"main","class":"ConnectManifestWpeService","level":"error","stack":"Error: Error creating remote file index. Could not find modification time for ./.idea/\n    at %%appPath%%/main/magicSync/ConnectManifestWpeService.js:1:3201\n    at Array.map (<anonymous>)\n    at ConnectManifestWpeService.<anonymous> (%%appPath%%/main/magicSync/ConnectManifestWpeService.js:1:3143)\n    at Generator.next (<anonymous>)\n    at a (%%appPath%%/main/magicSync/ConnectManifestWpeService.js:1:742)\n    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)","message":"Error creating remote file index. Could not find modification time for ./.idea/","timestamp":"2023-07-27T06:13:39.607Z"}

Hi @ccroft_arn - thanks for sharing this with us! Super helpful to see the logs and Local versioning.

Are you referring to the Local Connect help doc when referencing the Path Exclusions?

Correct, .idea/ should be excluded, but this error gets thrown a step earlier. We’re working on a fix and should have that out shortly. If you need to push/pull urgently, the bug was introduced with Local v7.1. If you download Local v7.0.1 from our releases page and try again, the issue should be gone - this has worked for other users. Releases - Local

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.