app:config:import not works in 2.4.6-p9 #39858
Labels
Issue: ready for confirmation
Reported on 2.4.6-p9
Indicates original Magento version for the Issue report.
Triage: Dev.Experience
Issue related to Developer Experience and needs help with Triage to Confirm or Reject it
Preconditions and environment
Steps to reproduce
Expected result
Update the system value in database
Actual result
No view changes in database
Additional information
Example System section in env.php
'system' => [
'default' => [
'catalog' => [
'search' => [
'engine' => 'opensearch',
'opensearch_server_hostname' => 'localhost',
'opensearch_server_port' => '9200',
'opensearch_index_prefix' => 'magento2',
'opensearch_enable_auth' => '0',
'opensearch_server_timeout' => '15'
]
],
'web' => [
'url' => [
'use_store' => 0
],
'unsecure' => [
'base_url' => 'https://my-domain.de/de/',
'base_link_url' => '{{unsecure_base_url}}',
],
'secure' => [
'base_url' => 'https://my-domain.de/de/',
'base_link_url' => '{{secure_base_url}}'
]
]
]
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: