Problem description
Running yarn strapi transfer --from my-dev-url/admin will result in this error :
[ERROR] Invalid permalink connection. Check path and parent fields.
only if I have a parent associated in one of my page.
Here is my config :
permalinks: {
config: {
contentTypes: [
{
uids: ['api::page.page'],
},
],
},
},
When I remove the parent the parent, the strapi transfer works.
Expected behavior
I would expect the strapi transfer command to work even when a parent prop is set.
Thank you for your time, any help will be appreciated!