Got localhost from 'View My Records'

Hi,
I try to deploy tutor in my own domain, but I got http://localhost:8008/records/ when I clicked on ‘View My Records’ button in user profile.

Yes, this is ugly. You need to add a site configuration for your platform in http://LMS/admin/site_configuration/siteconfiguration/.
There, create an enable configuration with the following content:

{
  "ENABLE_LEARNER_RECORDS":false
}

I wish there was a way to automate this in the tutor installation, but it would be cumbersome.

2 Likes

Thank you so much for quickly support.