Hi All,
I'm currently working on various A/B tests through Adobe Target. Our client uses AEM and Nuxt to build multi-brand pages. The thing is, my team has only access to Adobe Target VEC, so basically I'm facing some issues when trying to conciliate client side code (usually custom code or regular VEC insertions, for example) with static-site and server-side rendered content. Since Adobe Target is being loaded after the process of hidration it is difficult to manage some requirements, specifically when I have to make changes to the logic or so.
So, I'm wondering if any of you has the same issue, if so do u have any advice? I'm struggling a lot with this. Specially, because I'm using a lot of async code.