Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!

Remote SPA's Fixed component doesn't load

Avatar

Level 1
I am following this Remote SPA tutorial, and added a Fixed `AEMTitle` component to the AdventureDetail.js component below. 
 
/react-app/src/components/AdventureDetail.js

 

//...
<AEMTitle
pagePath={`/content/wknd-app/us/en/home/adventure/${adventureName}`}
itemPath='root/AdventureDetail_title'/>
//...

 

 

The AdventureDetail is rendered using this route. 

 

<Route path='/adventure:path'>
  <AdventureDetail />
</Route>

 

 

If I go to this route directly by entering the url via browser, it loads the `AEMTitle` component.
direct_called.png

 
 
 
If I navigate to that page within the app, `AEMTitle` doesn't load.
in_app_click.png
 
As you can see, the AdventureDetail_title.model.env is not even called here.
missing_AdventureDetail_title.png

 
I tried to apply the classic SPA routing per here, but I am not able to adapt it to the Remote SPA instance.

The `AEMResponsiveGrid` component works fine, but how can I make the Fixed components load on sub-pages?

Thanks,
1 Reply

Avatar

Administrator

@Mohammed_Baseer @Avinash_Gupta_ @davidjgonzalezzzz @vikasbharti 

I kindly request your attention to this AEM question. Your expertise and guidance would be greatly appreciated. Thank you in advance for your support.



Kautuk Sahni