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.
- Cache Flush
- Removed var/cache and var/sessions
- Did indexer
But none of them worked for me.