Pagefinder remain partly empty on the translated page using Multisite

Hi guys,

unfortunately I have an urgent problem. Fields of the type pagefinder remain partly empty on the translated page using Multisite.

Page in german:

  +attributes: array:9 [▼
    "cms_page" => "page"
    "title" => "Unternehmen"
    "type" => "entry-b23da7bc-e12a-4b60-a6ad-dbc30b93e40f"
    "reference" => "2"
    "url" => "https://oh.test/de/unternehmen"
    "isActive" => false
    "viewBag" => []
    "code" => null
    "mtime" => October\Rain\Argon\Argon @1683453413 {#2635 ▶}
  ]

Page in english:

  +attributes: array:9 [▼
    "cms_page" => "page"
    "title" => "Company"
    "type" => "entry-b23da7bc-e12a-4b60-a6ad-dbc30b93e40f"
    "reference" => "2"
    "url" => null
    "isActive" => false
    "viewBag" => []
    "code" => null
    "mtime" => null
  ]

As you can see e.g. the url remains empty.
Does anyone have an idea what this could be or is it a bug?

HI @Amin

Try reselecting the site in the backend or changing the selected theme in Editor. The URL will be empty if the page is not in the active theme.

BTW for urgent issues, feel free to contact us about premium support: Contact Us - October CMS

Best regards