choltha
(cholagomol thathan)
1
Hi. I want upgrade open edx version Nutmeg → Olive
I upgrade edx version Olive success. but cannot login or register page.
url sign in Nutmeg https://lms.mydomain.com/login?next=%2F
url register https://lms.mydomain.com/register?next=%2F
after upgrade Olive
url sign in Olive http://apps.mydomain.com/authn/login?next=%2
url register http://apps.mydomain.com/authn/register?next=%2F
How to fix it?
Hi @choltha!
Some things you can check:
- Check the browser’s console log for front end errors
- Reboot your installation to force containers get the latest images
- Rebuild MFE then reboot
choltha
(cholagomol thathan)
3
Hi @Andres.Aulasneo I check console not show text or not error.
choltha
(cholagomol thathan)
4
hi @Andres.Aulasneo my config file config.yml
LMS_HOST: lms2.mydomain.com
CMS_HOST: studio.lms2.mydomain.com
from olive version
I add domain
lms2.mydomain.com curl Connected
studio.lms2.mydomain.com curl Connected
apps.lms2.mydomain.com curl Connected but access login page and register
I check log no error use tail -n 10 -f /srv/openedx/data/lms/logs/all.log , no error
and check console no show error
I’m not sure if the authn settings are correct.
Where did I go wrong?