Hi,
after finishing the data-migration (from 1.9.2.4 (CE) to 2.2.0) the Shop redirects always to http://localhost/
BR
Volker
Check out your Magento 2 core_config_data table, record with web/unsecure/base_url path
I assume you have installed your Magento 2 shop with localhost as url
There are also several records you can check
web/secure/base_url
web/unsecure/base_link_url
web/secure/base_link_url
Same problem updated from 2.1.7 to 2.2 redirect to localhost
Used this fix https://github.com/romainruaud/magento2/commit/468eaeeb54956f9972fca27e271304f9263aafd9
it helps but cant access to admin 404
web/secure/base_url
web/unsecure/base_link_url
web/secure/base_link_url
Solution:
set base_url in core_config_data table like domain not {{base_url}}
It was a clean / new installation without any config or login before migration. I have checked the core_config_data table, there are all 4 rows missing:
web/unsecure/base_url
web/secure/base_url
web/unsecure/base_link_url
web/secure/base_link_url
Do I also need to add this rows in the table?
web/unsecure/base_skin_url
web/unsecure/base_media_url
(also as secure)
After adding the 4 rows the shop comes up to the right page 馃憤
Hi @Volle83
After migration, your web/unsecure/base_url should not get value of your Magento 1 shop and but remain the initial value. I still do not get it, what conditions should be for redirect to http://localhost/
I guess it is problem of Magento 2.2.0 and not Data Migration Tool
I am still unable to figure this out.