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
I've solved this problem by adding autoDiscovery="Modules" to the protectedModules element under episerver.shell in the web.config
<protectedModules rootPath="~/EPiServer/" autoDiscovery="Modules" />
I'm trying to use the ReCaptcha from the Episerver.Forms.Samples package (3.3.1), with EpiServer Forms 4.8 and EpiServer CMS 10.10.4
Somehow the client resources return a 404 error, e.g.
https://local.mysite.com/util/EPiServer.Forms.Samples/ClientResources/ViewMode/jquery-ui.modified.js
What could possibly be the cause of this? Is some additional configuration needed?
I've checked that @Html.RequiredClientResources are present in the layout for both header and footer.
I've already tried various versions of the package which should be compatible with our Episerver Forms version.
Upgrading to the latest EpiServer.CMS and EpiServer.Forms version is currently not an option.
Any help would be appreciated!