A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
We need to do no configuration at the code level for that.
did you look this : https://support.optimizely.com/hc/en-us/articles/4413199659917-Self-Optimizing-Block
Yes turns out you need to have session state enabled:
app.UseSessions()
in your startup.
Not terribly well documented :)
When using a Self Optimizing Block it records exposures properly, but no conversions at all.
The technical documentation for this block is hard to find, should I have any startup configuration? Or how to troubleshoot this.
Thanks