nextjs-corporate-starter icon indicating copy to clipboard operation
nextjs-corporate-starter copied to clipboard

Import does not work

Open KennyAtCodin opened this issue 1 year ago • 5 comments

` [2023-05-22 16:51:33.069] error: [FATAL] Invalid schema changes detected during integrity checks (using the strict strategy). Please find a summary of the changes below:

  • admin::permission:
    • exists in destination schema but not in source schema
  • admin::user:
    • exists in destination schema but not in source schema
  • admin::role:
    • exists in destination schema but not in source schema
  • admin::api-token:
    • exists in destination schema but not in source schema
  • admin::api-token-permission:
    • exists in destination schema but not in source schema
  • admin::transfer-token:
    • exists in destination schema but not in source schema
  • admin::transfer-token-permission:
    • exists in destination schema but not in source schema
  • plugin::upload.file:
    • exists in destination schema but not in source schema
  • plugin::upload.folder:
    • exists in destination schema but not in source schema
  • plugin::i18n.locale:
    • exists in destination schema but not in source schema
  • plugin::users-permissions.permission:
    • exists in destination schema but not in source schema
  • plugin::users-permissions.role:
    • exists in destination schema but not in source schema
  • plugin::users-permissions.user:
    • exists in destination schema but not in source schema
  • api::article.article:
    • exists in destination schema but not in source schema
  • api::author.author:
    • exists in destination schema but not in source schema
  • api::category.category:
    • exists in destination schema but not in source schema
  • api::global.global:
    • exists in destination schema but not in source schema
  • api::lead-form-submission.lead-form-submission:
    • exists in destination schema but not in source schema
  • api::page.page:
    • exists in destination schema but not in source schema
  • api::product-feature.product-feature:
    • exists in destination schema but not in source schema
  • elements.feature-column:
    • exists in destination schema but not in source schema
  • elements.feature-row:
    • exists in destination schema but not in source schema
  • elements.feature:
    • exists in destination schema but not in source schema
  • elements.footer-section:
    • exists in destination schema but not in source schema
  • elements.logos:
    • exists in destination schema but not in source schema
  • elements.notification-banner:
    • exists in destination schema but not in source schema
  • elements.plan:
    • exists in destination schema but not in source schema
  • elements.testimonial:
    • exists in destination schema but not in source schema
  • layout.footer:
    • exists in destination schema but not in source schema
  • layout.logo:
    • exists in destination schema but not in source schema
  • layout.navbar:
    • exists in destination schema but not in source schema
  • links.button-link:
    • exists in destination schema but not in source schema
  • links.button:
    • exists in destination schema but not in source schema
  • links.link:
    • exists in destination schema but not in source schema
  • links.social-link:
    • exists in destination schema but not in source schema
  • meta.metadata:
    • exists in destination schema but not in source schema
  • sections.bottom-actions:
    • exists in destination schema but not in source schema
  • sections.feature-columns-group:
    • exists in destination schema but not in source schema
  • sections.feature-rows-group:
    • exists in destination schema but not in source schema
  • sections.features:
    • exists in destination schema but not in source schema
  • sections.heading:
    • exists in destination schema but not in source schema
  • sections.hero:
    • exists in destination schema but not in source schema
  • sections.large-video:
    • exists in destination schema but not in source schema
  • sections.lead-form:
    • exists in destination schema but not in source schema
  • sections.pricing:
    • exists in destination schema but not in source schema
  • sections.rich-text:
    • exists in destination schema but not in source schema
  • sections.testimonials-group:
    • exists in destination schema but not in source schema
  • shared.media:
    • exists in destination schema but not in source schema
  • shared.quote:
    • exists in destination schema but not in source schema
  • shared.rich-text:
    • exists in destination schema but not in source schema
  • shared.seo:
    • exists in destination schema but not in source schema
  • shared.slider:
    • exists in destination schema but not in source schema
  • shared.video-embed:
    • exists in destination schema but not in source schema Import process failed. error Command failed with exit code 1. `

KennyAtCodin avatar May 22 '23 14:05 KennyAtCodin