Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

ADD FEEDBACK

FILTER BY CATEGORY

Technical

Showing 58 of 1433

Support Apple Macs for Local Development

As a developer, I would like to develop the code on Apple MacBook Pro (intel and Apple chip) machines instead of switching to a Windows PC. Currently, there is no clear documentation if Optimizely supports Apple machines.
7 months ago in Content Management / Technical 5

Support for Managed Identity in EPiServer.Azure

We are hosting Optimizely CMS in Azure for some customers so we are using the EPiServer.Azure nuget package for connection to Azure Storage Account and Azure Service Bus. To do this we have use the SAS key connection string. Are there any plans to...
4 months ago in Content Management / Technical 0

Support .NET 8 Blazor SSR and Razor components as templates for pages and blocks

From .NET 8 Preview 3 we see a lot of the upcoming new third Blazor mode: Blazor SSR https://github.com/dotnet/aspnetcore/tree/main/src/Components/Samples/BlazorUnitedApp https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-previ...
7 months ago in Content Management / Technical 0 Future consideration

Editing Single LinkItem

This is related to support ticket: #1080141 In version 12.15.1 at least, when you add a property to a page or block that is a LinkItem (As opposed to a LinkItemCollection) the 'Edit' option takes you to the target of the link, instead of allowing ...
8 months ago in Content Management / Technical 0

Self-Optimizing block without session

Make self-optimizing block work even though session state mode is off.
over 1 year ago in Content Management / Technical 1 Investigating

Create a publicly available symbols server for Episerver Libraries

Hello, I recently found through some of my searches on the internet that a symbols server for Episerver libraries did existed in the past. The URL I found so far is the following: http://symbols.episerver.com, but it doesn't seems to be working an...
over 1 year ago in Content Management / Technical 0 Investigating

Parameters for scheduled jobs in Net 5/6

As a admin I would like to be able to add parameters for my scheduled jobs so I can make configurable certain actions within the scheduled jobs. In full framework there is a popular addon that does this. https://github.com/Geta/Geta.ScheduledParam...
over 1 year ago in Content Management / Technical 0 Investigating

Inline Blocks: Add reference to page/parent to the object in code

When working with inline blocks within code it would be good if there was a way to get a reference to the page it exists on so we could use it to perform context specific logic within the block.
4 months ago in Content Management / Technical 0

UrlResolver should use CatalogContent.Sites to select domain for Commerce content

As a developer I would like to generate absolute URLs to Commerce content. In case I have a multi-site solution where each site has its own product catalog, I would like the CatalogContent.Sites property to be included in the host definition resol...
27 days ago in Content Management / Technical 0

Task async/await support for scheduled jobs

The scheduled jobs are executed as tasks by the scheduled job executor (IScheduledJobExecutor). However the Execute method that is required to create and run a custom job does not support return type Task or Task<T> and therefore the async/a...
about 2 years ago in Content Management / Technical 2 Future consideration