You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as per the conversation in #86, this issue is not a result of a problem from discovery, rather a problem from other services not being initialized properly.
To fix this, change
"http://lms:8000"
into"http://{{ LMS_HOST }}:8000"
and"http://cms:8000"
into"http://{{CMS_HOST}}:8000"
The text was updated successfully, but these errors were encountered: