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.
Hi,
are you modifying the language file for Forms? Could you check if your site have xml language file contains:
<episerver.forms.implementation.validation.regularexpressionvalidator>
<displayname>Regular expression</displayname>
<message>This field should be in "{0}" format.</message>
</episerver.forms.implementation.validation.regularexpressionvalidator>
That was it - Thank you Dac Thach Ngyen! It turned out to be a problem with a forms language file that only excisted in production.
Hi!
if i use the regular expression validator on a text field in epi forms, I get an exception:
This happens only in the production environment, it works in stage and local.
I have made sure the modules folder, bin folder and web.config is the same. I can't see any custom validators. Any clue what could cause this?