Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
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
Hi Daman,
you can check in startup your ExternalApplicationOptions in startup & make its delivery True like this:-
services.Configure<ExternalApplicationOptions>(options => options.OptimizeForDelivery = true);
I hope this helps :-)
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)