Skip to content

[ERROR] Invalid permalink connection. Check path and parent fields. #60

Open
@stephaned-ev

Description

@stephaned-ev

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions