I'm experiencing a behavior in SCA 2019.1 where if...
# suitecommerce
c
I'm experiencing a behavior in SCA 2019.1 where if I: 1. Have CMS content on the homepage 2. Navigate to another page 3. Navigate back to the homepage (either via browser Back button or by clicking header logo) ...then all CMS content on the homepage is missing. The
data-cms-area
elements are still present on the page, but their contents are all empty. I've already disabled all JS customizations in my SCA implementation, to no avail. Does anyone have any insight into this?
f
Hi @Caleb Evans I recall a customer that reported this some time ago, but it was in an old SCA bundle version. I think it was Elbrus. Do you have a case#?
c
@Flo No, I have not filed a NS support case as of yet—I wanted to check here first
@Flo Just wanted to let you know that I was able to fix the issue by passing
context
as a parameter to the
app:page:changed
event in the
PageType.Component
module.
f
Thanks for the update!