The authentication attempt succeeds, it’s just the redirect that’s failing. Happens in both Firefox and Chrome, on latest master (see Periodic Build Master service), and in the edx/devstack too (haven’t tried Tutor yet). It’s not happening in lilac.master (see Periodic Build Lilac), nor on studio.edx.org.
Is anyone else seeing this issue?
Steps to reproduce:
Visit Studio and click the “Sign In” button, so that you’re redirected to the LMS Sign In form.
Fill in email and password for an existing user.
Hit Enter or click “Sign In” button
Note that you remain on the LMS Sign In form, and the ‘Sign In’ button is now disabled.
Workaround for master builds is to set EDXAPP_EDXMKTG_USER_INFO_COOKIE_NAME = "prod-edx-user-info", or "stage-edx-user-info" or "edge-edx-user-info" if your deployed LMS hostname has the word stage or edge in it, respectively. But obviously, it would be better if this were fixed, and the cookie name pulled from the setting instead of interpreted from the hostname.
FYI @jill I’m currently working on getting Tutor to work with the master branch of edx-platform, and this is the very first issue which I encountered. I’m glad you told me about it in advance