@regis Thank you very much! This is the case! Now it works perfectly
Although there is one more thing. The button View My records is not working.
It redirects to http://localhost:8008/records/
root@37fbe4872d74:/openedx/edx-platform/openedx/core/djangoapps# grep -ril “localhost:8008” credentials/settings/common.py credentials/settings/ pycache /common.cpython-35.pyc
if you enter LMS the url localhost:8008 is on these files
“”“Common settings for Credentials.”""
def plugin_settings(settings):
# Credentials Settings
settings.CREDENTIALS_INTERNAL_SERVICE_URL = 'http://localhost:8008'
settings.CREDENTIALS_PUBLIC_SERVICE_URL = 'http://localhost:8008'`
are records related with credentials?
are there any settings for that?
openedx/edx-platform
root@37fbe4872d74:/openedx/edx-platform# grep -ril “localhost:8008” cms/envs/common.py cms/envs/ **pycache** /common.cpython-35.pyc openedx/core/djangoapps/credentials/settings/common.py openedx/core/djangoapps/credentials/settings/ **pycache** /common.cpython-35.pyc lms/envs/common.py lms/envs/ **pycache** /common.cpython-35.pyc