Bug: signing in to studio redirects user to LMS after login

we noticed that after sign in to studio (with :18010 on the URL), the user is directed back to the LMS dashboard, and not the studio home. then we have to manually type :18010 in the URL to get back to studio home.

This is not any bug.

You can find the answer here.

Hi! I have the same issue and have tried the answer at the post you linked to. I also edited the same variables in /edx/etc/lms.yml and /edx/etc/studio.yml, but it still redirects me to the LMS dashboard, rather than /home in the studio.

Matilda -

I wasn’t quite able to figure this out either with the new Koa release. However, what I did manage to get working is that I can access the studio for courses via the lms. Going to course and then clicking “view in studio”. If this throws an error try:

CORS_ORIGIN_ALLOW_ALL: true
SESSION_COOKIE_DOMAIN: .example.com

for both studio.yml and lms.yml. Then go and change your studio.yml JWT_AUTH_ISSUER to “studio.example.com