Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
In our new project we would like to implement react component with SSR instead of razor templates. For that I thought we would try a coupled mode, so in DXP we will have two applications one with optimizely and the second one with next.js. There will be a middleware in optimizely which all frontend request will forwared to the next.js. All fine and it seems to be working. There is only one issue. Request which are proxied to the next.js have not assigned cookies with personalization i.e: EPiNumberOfVisits, EPiStateMarker.
So my question is: Do you have any experience with such approach? Is there any service which I can use to handle request before it's proxied to the Next.js so all required cookies for personalization will be assigned?