Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
Starting With the Simple Question Most multilingual content modeling conversations start with a deceptively simple question from a client: "If we set this image once in English, will it show up automatically in French?" It sounds like a yes-or-no...
Back in June I released Content Transfer on the Optimizely nuget feed – today I’m releasing version 1.0 , because we’ve had it running out in the wild for a while now and nobody has shouted that it’s done anything other than work as expected and...
Tools like Claude Code can be great for working with Optimizely CMS, but when they index outdated or incomplete information about developing a website, it can lead to wasted time and money. Building a custom documentation skill can help LLM tools...
Every Optimizely DXP project eventually runs into the same task: getting production data onto a local machine so you can actually troubleshoot something. Real content. Real catalog data. Real edge cases that no seed script ever thinks to include. ...
Example Error : Microsoft.Data.SqlClient.SqlException (0x80131904): The DELETE statement conflicted with the REFERENCE constraint "FK_tblContentSoftlink_tblPropertyDefinition". The conflict occurred in database "XYZ-epicms", table "dbo.tblContent...
The following queries retrieve details from the CMS database. Make sure to try these queries locally first. Step 1 — Discover your content type bases first: ``` SELECT Base, COUNT(*) AS TypeCount FROM tblContentType GROUP BY Base ORDER BY...
Recently, our team faced a production issue where users suddenly lost access to Optimizely CMP, Opti ID Admin Center, and the Optimizely Support Portal. The... The post Optimizely CMP Login Failure After Enabling SSO – The Certificate Mismatch Tha...
If you are still running CMS 12 on .NET 8, it's time to upgrade!