[SOLVED] [V2] Stacked Pages

fabricio, how did you end up solving the issue of navigating via pageName? I see that you attempted to use resolve({ pageName: ‘page-about’ }); via async, I tried it too but it didn’t keep the scroll position (besides, surely it’s not necessary to use async just to nagivate by page name??)

Hello! It is not necessary to use async to call the pages via “pageName”.
You need to change the layoud of the project and the routing as indicated by Vladimir: