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.
Jul 08, 2022
Jul 19, 2023
Closed, Acceptance tests pass
The client and server keys are now separated. You can enter the separate keys in appsettings.json in the EpiServer section:
"FormSamples": {
"FormSamplesApiKeyOptions":
{
"AddressKey":
{
"ClientApiKey": "YOUR_KEY",
"ServerApiKey": "YOUR_KEY"
},
"RecaptchaKey": {
"SiteKey": "YOUR_KEY",
"SecretKey": "YOUR_KEY"
}
}
}