Skip to content

Magento 2.3 admin configurations saving in database but not reflecting on admin UI

Recently we updated magento version from 2.2 to 2.3.x , All the catalog , orders , customers working fine but when we save data from Store–>Configuration , Data is saving finely in database but the values are not reflecting on Admin Panel UI.

For example , I want to enable “Single Store Mode” to “Yes” , In database it is saving as 0 but in admin panel , The setting showing as “No” as selected. I have only one store and one website in magento stores.

I tried below methods.

  1. Cache Flush
  2. Removed var/cache and var/sessions
  3. Did indexer

But none of them worked for me.