0

I am new to Magento, I am trying to set up Magento with ddev. So, Downloaded setup version 2.3 with sample data. When I run the setup it shows AngularJs errors in the console (See the screenshot).

enter image description here

Also, it hangs the chrome tab, needs to restart the browser.

Can anyone help?

1 Answer 1

0

Maybe redirect the issue. I face that issue for the wrong Nginx config issue.

Try using the command line:


php bin/magento setup:install --base-url=http://magento2.com/ \
--db-host=localhost --db-name=magento2 --db-user=root --db-password=root \
--admin-firstname=FName --admin-lastname=LName [email protected] \
--admin-user=admin --admin-password=admin123 --language=en_US \
--currency=USD --timezone=America/Chicago --use-rewrites=1

You need to modify DB user/pass, base_url, admin user/pass from the above command.

2
  • Thanks for answer, I tried CLI installation but getting this error Commented Apr 4, 2020 at 8:21
  • What is the error? Commented Apr 4, 2020 at 12:22

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.