Feature request for custom content delivery api endpoints?
Where do one put in a feature request for custom content delivery api endpoints for CMS 12+?namespace EPiServer.ContentApi.ApiConventions.Internal { [AttributeUsage(AttributeTargets.Class,...
View ArticleImplement SearchEditors role to hide Configure and Overview Tabs from FIND
I have a problem statement that I want to implement a role of searchEditors of episerver CMS, such that I want to provide access to FIND to the users which has a role of searchEditors but should not be...
View ArticleImplement SearchEditors role to hide Configure and Overview Tabs from FIND
I have a problem statement that I want to implement a role of searchEditors of episerver CMS, such that I want to provide access to FIND to the users which has a role of searchEditors but should not be...
View ArticleForms not working without store form submissions enabled
We have updated from CMS11 to 12. in Forms on 11, it was possible to use a form with just emailing, without storing data. Now in latest version you need to enable "Store from submissions" else you get...
View ArticleSite fails to start
Hi!I am trying to do a deploy a site for the first time for a customer. These are brand new servers and I don't think I forgot anything in the Windows installation. The site will run under IIS and the...
View ArticleBUG: "Export as" only shows as undefined
I just saw (on two DXP sites running EpiServer.Forms 5.6.0) that when I try to export form submissions all the options are "undefined". It's the same problem if I chose another language in Language...
View ArticleE-mail links in XhtmlString properties inserts to TinyMCE with mailto-value...
We've been troubleshooting a really odd thing around "mailto:"-links.Looks like it triggers with some combination of host names where the root domain (or name used after the @ in e-mails) is one of the...
View ArticleMissing Metadata Attribute in MetaField
HiWe updated from 14.5 to latest 14.15.2.we get System.NullReferenceException: Object reference not set to an instance of an object. at...
View ArticleEPiServer/cms/Stores/notification/ 400 error
I am getting following errors in CMS area when trying to click on "Reports" tab and Bell icon.Commerce Version: 14.15.1EPiServer.Cms.Shell.UI.Reports.Internal.ReportsViewModel;400 error for...
View ArticleScheduled jobs not showing OnStatusChanges messages or graph
We recently upgraded our client's solution to use Episerver.Cms 12.23 with following subdependencies for the different Episerver packages.Since then it seems that the scheduled jobs area in the...
View ArticleCustom Localization Provider
Migration from CMS 11 to 12 #againI have such entry in web config:<localization><providers><add virtualPath="~/lang" name="languageFiles"...
View ArticleError when running methods in parallel (using Parallel.ForEach)
Hello,We recently migrated the project to the ASP.NET Core. After this, we faced a bug with code that runs several methods in parallel.We have a product mapper class that gets prepared variant models...
View ArticleHow to replace default implementation of ContentMediaResolver?
In our site we have two definitions for how our ImageData content is supposed to be setup, one to be used for CMS-images and another one for our Commerce images. In CMS 11 the solution described here...
View Article"Successfully published" pops up, but the blue Publish button is shown below...
Optimizely CMS claims to have finished publishing and yet the Publish button is still visible and active. If we publish again then we do see the expected message of 'No changes since last publish'.So...
View ArticleUpdating links in xhtml-fields at runtime
Hi.I am trying to update links in xhtml-content during the SavingContent event using the IContentSoftLinkRepository, but cant seem to get it to work. I have been unable to track down any documentation...
View ArticleUsing Content Search Api with category filter always returns no records.
I have this request that I am trying to fetch data with but I always get no records when calling the api.https://localhost:8080/api/episerver/v3.0/search/content?filter=category/value/name eq...
View ArticleWhy is my custom admin menu item generating two requests when clicked?
I've implemented a simple menu provider that looks like this:[MenuProvider] public class CustomAdminMenuProvider : IMenuProvider { public IEnumerable<MenuItem> GetMenuItems() => new...
View ArticleOpenIDConnect and AccessDenied
Hello,We are configuring OpenIDConnect during an upgrade to CMS 12 and are plagued with the AccessDenied problem (which I have seen in other posts without a clear solution)We are forced at the moment...
View ArticleAll files return 404 when reading them
Ahoy.We've recently upgraded to CMS 12, and now, all our media files are returning 404 to visitors. When all file paths, blob IDs etc seem correct. They point to the correct files on disk and match...
View Article