Don't see the option to personalize in the actual dev, test and Prod environment but see it on my LOCAL

Vote:
 

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)

#325786
Jul 22, 2024 19:49
Vote:
 

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

#327693
Aug 19, 2024 11:04
Vote:
 

Hi,

I think Personalize command is hide because:

  • You are turning on OptimizelyForDelivery => LimitUI = true
services.Configure<ExternalApplicationOptions>(options => options.OptimizeForDelivery = true)
  • Or you are using this service collection extension: UseCmsLite => SectionsVisibility.VisitorGroups = false
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

#327915
Edited, Aug 23, 2024 4:03
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.