Use custom domain
In order for this config to work you need to add your host domain to the
/etc/hosts
file, for example:# /etc/hosts file
127.0.0.1 localhost
127.0.0.1 scandipwa.local # some other domain
Add to your
cma.js
file field host
with your domain:module.export = {
magento: { ... },
host: 'scandipwa.local'
}
Last modified 1yr ago