You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set base URLs manually in configuration (Store > Configuration > General > Web) using placeholders (e.g: {{unsecure_base_url}}media/ for configuration path web/unsecure/base_media_url)
Save configuration
Expected result
The configuration should be saved in database with the value entered
The page should reload with the value entered displayed
Actual result
The value is correctly set in database
The value displayed is filtered, displaying the website's unsecure / secure base URL instead of placeholders
This bugs is critical as if the Magento is a multi-website's instance that have several domain / subdomains, if the configuration is saved again, since the value is filtered, the placeholder will disappear from database and the full website's URL will be used in database too, causing the other websites to be broken.
The text was updated successfully, but these errors were encountered:
Preconditions
Steps to reproduce
{{unsecure_base_url}}media/
for configuration pathweb/unsecure/base_media_url
)Expected result
Actual result
This bugs is critical as if the Magento is a multi-website's instance that have several domain / subdomains, if the configuration is saved again, since the value is filtered, the placeholder will disappear from database and the full website's URL will be used in database too, causing the other websites to be broken.
The text was updated successfully, but these errors were encountered: