_frank456
11/04/2023, 11:01 AMWARN Jumoo.uSync.BackOffice.uSyncEvents - Failed to save node: System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
at System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.InternalGetDirectoryName(String path)
at Jumoo.uSync.BackOffice.Helpers.uSyncIOHelper.SaveNode(XElement node, String path)
Configuration
Umbraco: 7.15.10
uSync: 4.0.16
uSync.Migration.Packer: v7_v7.1.0
Is there an option within uSync to flatten the folder structure for migration files to avoid this PathTooLongException? Alternatively, are there other settings or best practices I should follow to prevent this error from occurring with deeply nested content structures?Matt Wise
11/04/2023, 12:58 PM