2

After making changes in a course on the Teacher side, there are options to preview changes and view live version but currently both options are not working properly and we have to append base url (www.abc.com/) in URL every time to preview changes or view live version.

We are using edx open code for providing open(free) courses for users from all over the world. But we are stuck here, please assist us so we can move forward.

Thanks in Advance, Anjum

Anjum
  • 681
  • 3
  • 14
  • 38
  • 2
    I think it would be helpful to post your problem at the [Open edX discussion forum](https://groups.google.com/forum/#!forum/edx-code) – dazedconfused Oct 31 '14 at 05:55

1 Answers1

4

If you are in development, (ie using settings=devstack) check

cms/envs/devstack.py

LMS_BASE = "your lms url"`  // (normally `LMS_BASE = "localhost:8000"

If you are in production, check

/edx/app/edxapp/cms.env.json

LMS_BASE = "your lms url"
cchapman
  • 3,269
  • 10
  • 50
  • 68
itzMEonTV
  • 19,851
  • 4
  • 39
  • 49