Skip to main content
0 votes
1 answer
29 views

Optimizely: Content with id '2809' has a property with scopename '20880' but there is no entry in IPropertyDefinitionRepository with that id

Does any of you know how I can get all the contentProperties with scopename that does not exist? I like to create a schedule job, to cleanup old references. I get this warning I like to fix: "...
Joachim Bjerke's user avatar
0 votes
1 answer
32 views

Optimizely CMS - How do you access HyperLink Editor fields and modifiy them?

I've been trying to figure out a way to Modify the "Open in" field to say "Target". Bonus : also change the string for the options of that field. I've tried using this solution but ...
Emanuel Sarbu's user avatar
0 votes
1 answer
126 views

Make a POST request to Non controller method using AJAX in .NET 6

Below Ajax call is not invoking the Non controller method(Index) in .NET core 6. $.ajax({ type: 'POST', contentType: false, processData: false, url: form.action, data: formData, ...
surya's user avatar
  • 3
1 vote
0 answers
26 views

EPiServer ServiceApi installation breaks all of our internal API's

We are on CMS 11 and Commerce 13. I just got the ServiceApi (5.6.1) and ServiceApi.Commerce (5.6.1) installed on our site and with some configuration enabled the site to start without errors. The site ...
Andrew's user avatar
  • 59
0 votes
0 answers
81 views

Issue installing EPiServer.ServiceApi on Optimizely CMS 11 and Commerce 13 site

I originally posted this to the Optimizely Developer forum, but this issue has persisted for a long time. Wanted to re-post here on the off-chance someone can save me! We have been dealing with this ...
Andrew's user avatar
  • 59
0 votes
0 answers
21 views

What is user ID actually used for in Optimizely isFeatureEnabled()?

I'm using the C# SDK v4 and Feature Experimentation. I'm struggling to understand what the userID is actually used for in IsFeatureEnabled(). Can we create a rule that says if user ID = 123 the ...
David Klempfner's user avatar
0 votes
0 answers
24 views

Benefits of using Optimizely SDK vs API

We are in the process of implementing Optimizely for feature toggles. Should we use the C# SDK or the API? What are the pros/cons for each? I couldn't find any information about comparing them on the ...
David Klempfner's user avatar
0 votes
0 answers
71 views

Optimizely CMS 12 : Delete unused Media ,Blocks individually in PowerSlice

I'm trying to implement **PowerSlice ** gadget in our solution. Installed PowerSlice **5.2.0 ** package. Able to fetch unused blocks and media. public override QueryRange<IContent> ExecuteQuery(...
surya's user avatar
  • 3
0 votes
0 answers
42 views

Multi layout column form in Optimizely CMS

I am working on the Optimizely CMS trying to create multi column layout form from Display Option but having issues with the Html helper where to define it in FormContainerBlock.cshtml How can i call ...
Asad Iftikhar's user avatar
0 votes
0 answers
95 views

Issues with Site and Global Assets After Optimizely Upgrade

I am currently working on upgrading our system from Optimizely 11 to Optimizely 12. I have successfully resolved compile-time errors, and the application is running, but I am encountering an issue ...
Farhin Shaikh's user avatar
1 vote
1 answer
151 views

Episerver CMS 11 authentication endpoint

I've just started exploring the Optimizely Content Delivery API. I have a confusing issue regarding the authentication process of the endpoint. I noticed in the documentation that there is an endpoint ...
user3928241's user avatar
1 vote
1 answer
92 views

Episerver: How do I use the GetBySegment-method?

I've heard that the GetBySegment() method in Episerver has better performance than using GetChildren().FirstOrDefault(). But I have trouble wrapping my head around the usage of the method. Let's ...
Eetu Palo's user avatar
0 votes
0 answers
289 views

Optimizely CMS 12 : Blank page after CMS Upgrade

I'm working on upgrading a site from CMS 11 to 12. It is landing on a blank page. It is not throwing any error. Don't know why epi returns a blank page. Blank Page Content:Blankpage It has to land on ...
surya's user avatar
  • 3
0 votes
1 answer
157 views

Redirect Episerver Form to Payment Page on Submission

I'm seeking advice on how to essentially redirect an Episerver form to a payment page immediately after submission, including the form's field information (amount and number). The goal is to redirect ...
Farhin Shaikh's user avatar
0 votes
0 answers
65 views

How to use custom handler in optimizely 12?

We want to use custom handler such as Geta.NOTfound package handler for asp.net Core for Optimizely 12 project I am trying to implement RewriteUrl(string url) method of NotFoundHttpHandler in ASP.net ...
Vishal Gaikwad's user avatar

15 30 50 per page
1
2 3 4 5
11