-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue where it isn't possible to skip url validation when using cons... #703
Conversation
Additional information, although issue exists always, it becomes visible only when document root is set to /pub because then Magento for some reason doesn't manage to redirect to new setup installer thus URL validation fails. This means that out the box at my setup, when document root is set to /pub, it isn't possible to install Magento since neither console nor web setup works. Can someone confirm this? |
Hi @Marko-M , this installer is going to be removed soon.
Update with necessary values. |
Hello @buskamuza, |
Thanks @Marko-M , we'll check the case with redirect loop. |
[Merchant Beta] [WebDev] Bugfixes
…n-Test-for-adding-product-into-the-shopping-cart MSI-688: Fixed add to cart tests
…functionality magento#703 - Merge Pull Request magento/graphql-ce#703 from magento/graphql-ce:graphql-484 - Merged commits: 1. 468767e 2. 138ecb4
With current alpha 100 there is a regression due to which it currently isn't possible to skip URL validation using -"--skip_url_validation yes" console parameter when using console installer. This commit fixes the issue for current alpha, but since goals of code creating regression are unclear to me, this might require additional attention.