-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: ConfigIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for development
Description
Preconditions (*)
- Magento 2.2.4
- OS: Debian (Docker PHP)
Steps to reproduce (*)
1.Set the custom admin URL: bin/magento config:set admin/url/custom "https://admin.example.com/"
2. Enable the new custom URL path: bin/magento config:set admin/url/use_custom 1
Expected result (*)
- Given that an admin URL has been defined, I expected the
admin/url/use_customto pass validation and to be added tocore_config_datatable with a value of 1.
Actual result (*)
- The Magento Cli throws the exception message:
Please specify the admin custom URL.
Metadata
Metadata
Assignees
Labels
Component: ConfigIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for development