London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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)