Open TheGoobsy opened 2 years ago
Any updates on this issue? It affects our production server...
I have the same issue, any news on this issue? @mkucmus
Is there any chance that this issue will be resolved in the near future? :eyes: It's been over a year now...
What happened?
/
to/JEANS
, the CMS Element for/
is still being displayed./KIDS
, displays the CMS Element for/JEANS
. The url updates, but not the content.My analysis so far
In the
src/pages/_.vue
file the values for thepage
,cmsPage
.staticPage
(...) refs are not correct after double-clicking a link when the setup() for the DynamicRoute component is being called, which leads to the wrong CMS Element being displayed. Using computed recognises the changes, but it breaks the product-listing and still often displays the wrong content, and also results in Elements loading multiple times.It somehow does work correctly on https://shopware-pwa.storefrontcloud.io (Edit: Just tested it again, and it now happens every time I double click a link in the navigation), but I'm always getting this issue on my local shopware-pwa instance. I tried pwa v1.1.0 and v1.2.0, using my local shopware backend and also https://pwa-demo-api.shopware.com/trunk
Steps To Reproduce
yarn build
+yarn start
localhost:3000/
)JEANS
in the navigation (leads tolocalhost:3000/JEANS
)JEANS
in the navigation (leads back tolocalhost:3000/
)Expected result:
JEANS
, the product-listing for Jeans should be displayedActual result:
JEANS
, the start-page CMS Element is still being displayed (or the last visited page)JEANS
Is there an existing issue for this?
Version
Latest stable (generated by CLI)
Which element is affected?
composables
Environment
Relevant log output
No response