After creating a new page the container is not showing

I created a new page with a separate conatiner. And created a sitemapitem. In the experience manager, the page is loading but the container showing is of a different page.

new page – Tarjetas

definitions:
  config:
    /hst:hst/hst:configurations/private/hst:pages/tarjetas:
      jcr:primaryType: hst:component
      hst:referencecomponent: hst:abstractpages/base
      /main:
        jcr:primaryType: hst:component
        hst:template: homepage-main
        /container:
          jcr:primaryType: hst:containercomponentreference
          hst:referencecomponent: tarjetas/main

sytemap

definitions:
  config:
    /hst:hst/hst:configurations/private/hst:sitemap:
      jcr:primaryType: hst:sitemap
      /root:
        jcr:primaryType: hst:sitemapitem
        hst:componentconfigurationid: hst:pages/pagenotfound
        hst:refId: root
        hst:hiddeninchannelmanager: false
      /posicion-global:
        jcr:primaryType: hst:sitemapitem
        hst:componentconfigurationid: hst:pages/homepage
        hst:pagetitle: Posición Global
        hst:refId: posicion-global
      /tarjetas:
        jcr:primaryType: hst:sitemapitem
        hst:componentconfigurationid: hst:pages/tarjetas
        hst:pagetitle: Tarjetas
        hst:refId: tarjetas

workspace -containers

 /hst:containers:
        jcr:primaryType: hst:containercomponentfolder
        /base:
          jcr:primaryType: hst:containercomponentfolder
          /header:
            .meta:residual-child-node-category: content
            jcr:primaryType: hst:containercomponent
            hippo:identifier: 78f1031b-1a2c-45cf-9d28-a6c6a2200236
            hst:label: Header
            hst:xtype: hst.vbox
            hst:lastmodified: 2022-05-20T12:06:13.119+02:00
          /footer:
            .meta:residual-child-node-category: content
            jcr:primaryType: hst:containercomponent
            hippo:identifier: 3812e990-5375-4b2b-8251-8d97be8ee936
            hst:label: Footer
            hst:xtype: hst.vbox
        /homepage:
          jcr:primaryType: hst:containercomponentfolder
          /top:
            .meta:residual-child-node-category: content
            jcr:primaryType: hst:containercomponent
            hippo:identifier: 233a285f-f28a-438e-8efe-6201274f04da
            hst:label: Home Page Top
            hst:lastmodified: 2022-07-13T14:43:11.945+02:00
            hst:xtype: hst.vbox
          /bottom:
            .meta:residual-child-node-category: content
            jcr:primaryType: hst:containercomponent
            hippo:identifier: a4227381-b0e8-4a18-a44d-89a91158a2d7
            hst:label: Home Page Bottom
            hst:lastmodified: 2022-07-13T14:43:11.945+02:00
            hst:xtype: hst.vbox
        /pagenotfound:
          jcr:primaryType: hst:containercomponentfolder
          /main:
            .meta:residual-child-node-category: content
            jcr:primaryType: hst:containercomponent
            hippo:identifier: 000dc37c-fa4e-4105-b3bf-cea10dbd2ace
            hst:label: Page-Not-Found Main
            hst:xtype: hst.vbox
        /tarjetas:
          jcr:primaryType: hst:containercomponentfolder
          /main:
            .meta:residual-child-node-category: content
            jcr:primaryType: hst:containercomponent
            hippo:identifier: 939dc4c0-760f-4d7b-9dca-8fa2b0095be3
            hst:label: tarjetas main
            hst:xtype: hst.vbox
            hst:lastmodified: 2022-09-28T11:27:23.607+02:00

when checking in the experience manages the the pagenotfound container is showing

Hi,

so this is sort of a non-answer as I didn’t see any obvious errors, but could you try deleting the -preview node?

Yes, I tried deleting the -preview node. still the same