Error × Could not clone this namespace

Hi,

I am very new with corteza and I am trying to build my pages and records. When I want to copy the namespace I get this error " Could not clone this namespace: failed to complete transaction: failed to set dependency references for corteza::system:resource-translation &{%!!(MISSING)s(uint64=437291411336462338) en compose:page-layout/437291411553910786/437023936828407810/437023938858450946 meta.title Record page for module “Referrals” 0001-01-01 00:00:00 +0000 UTC %!!(MISSING)s(uint64=0) %!!(MISSING)s(uint64=0) %!!(MISSING)s(uint64=0) %!!(MISSING)s(uint64=0)}: parent reference {corteza::compose:page {[437023936828407810] map[437023936828407810:true]} {corteza::compose:namespace {[vitalcdemo_copy] map[vitalcdemo_copy:true]}} false} not found" . Do you have any advice how can i look up why is that error showing the action log does not show and I can’t figure out what is missing.

parent reference {corteza::compose:page {[437023936828407810] ...} not found: This appears to be the core of the problem. System is trying to set a dependency for the page layout on a specific page (with ID 437023936828407810) within the namespace being cloned (vitalcdemo_copy), but it cannot find this page.

Best Guess Fix:
If the page with ID 437023936828407810 does not exist in the source namespace:

  1. **Edit the Page Layout: Open the problematic page layout (437291411553910786) in the source namespace.
  2. **Identify and Correct the Reference: Find the block or component that is referencing the missing page. You might need to:
  • Remove the block/component if it’s no longer needed.
  • Reconfigure the block/component to reference an existing and appropriate page.
  • If the page should exist, you might need to recreate it in the source namespace (though this might lead to data inconsistencies if it was previously linked to records).
  1. **Save the Page Layout: After making the necessary changes, save the page layout in the source namespace.
  2. **Try cloning again when complete.
    Good luck