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
The new kirby uuid:duplicates command checks for multiple models that share the same UUID - which is of course not intended and can lead to bad side-effects, but can happen when content is copied or generated manually. You can use the --fix flag to regenerate all UUIDs that already exist. This can potentially break links in fields, such as the files, pages or users fields. Those links have to be recreated manually after running the command.
New —-dry-run option for the kirby clean:content command to check results before removing fields.