AI OnAI Off
Probably a group access issue - the config is likely different between the two environments. ("VisitorGroupAdmins" missing?)
See https://docs.developers.optimizely.com/content-management-system/docs/configuring-personalization
Hi,
I think Personalize command is hide because:
services.Configure<ExternalApplicationOptions>(options => options.OptimizeForDelivery = true)
services.UseCmsLite()
In Dojo js file, this command is added if LimitUI = false and SectionsVisibility.VistiorGroups = true
=> So you should remove those code lines to fix this issue
Do not see the persoanlize option on blocks in our Inte, PreProd, Prod environments but oddly enough, saying it in LOCAL:
In Intg/Prep/Prod environments:
In LOCAL (personalize option)