You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Indexes will end up in the incorrect folder when the CMS is deployed to a virtual directory within a parent application. If permissions are not set up, a 500 error occurs on the editor screen.
I'm pretty sure this can be solved by changing the line to return new DirectoryInfo(HostingEnvironment.MapPath($"~/App_Data/FormEditor/{_contentId}"));
The text was updated successfully, but these errors were encountered:
The Indexes will end up in the incorrect folder when the CMS is deployed to a virtual directory within a parent application. If permissions are not set up, a 500 error occurs on the editor screen.
FormEditor/Source/Solution/FormEditor/Storage/Index.cs
Line 477 in 036d93a
I'm pretty sure this can be solved by changing the line to
return new DirectoryInfo(HostingEnvironment.MapPath($"~/App_Data/FormEditor/{_contentId}"));
The text was updated successfully, but these errors were encountered: