Juniper Ecommerce redirect issue

I have installed open edx juniper.After configuring Ecommerce,When i visit to ecommerce.mysite.com,it redirect me to lms .After login in,it take me to lms dashboard ,instead of ecommerce dashboard

There is indeed a change in ecommerce. I faced this problem when I updated from ironwood to juniper.

Now the issue is even if you authenticate in LMS with a superuser account, the superuser status is not transferred to the account created in ecommerce.

I couldnā€™t solve the problem myself so I just skipped it by manually adding superuser status to the desired accounts. You can do that from within an ecommerce shell.

1 Like

To add superuser status ,we need to run this cmd from ecommerce terminal
./manage.py shell -c ā€œfrom django.contrib.auth import get_user_model; get_user_model().objects.filter(email=ā€˜user@gmail.comā€™).update(is_staff=True, is_superuser=True)ā€