Can't disable admin_ui feature after enabling it
Closed this issue · 4 comments
I can't disable admin_ui
feature, after it was enabled once.
I deployed new configuration changes and remote config from https://flex-api.twilio.com/v1/Configuration has:
"admin_ui": { "enabled": false }
However in the UI I still see admin page to edit plugin features and my updates to the remote configuration are not reflected in the UI.
Hello @RusinovIG
Just to confirm, when you are performing your deploy are you checking the box that says "Overwrite config set by Admin UI panel" as seen in this screenshot
@jhunter-twilio Yes, I even manually deployed it from my machine.
Response from https://flex-api.twilio.com/v1/Configuration
returns updated config. However I could still see old version in the UI, and if I request configuration on frontend via window.Twilio.Flex.Manager.getInstance().configuration.custom_data
I get old config as well. Is there even additional source for that config?
Documentation says some config could be also stored on worker level, but I can't see any config in worker attributes as well.
Are you running this locally or are you logged into hosted flex?
I'm logged in to hosted flex.
I was able to rewrite the config manually, so might be an issue with CI/CD pipeline (we use Bitbucket pipelines, so had to rewrite deploy part manualy). Closing the issue.