How to configure domain?

Hello everyone, sorry I want to ask about steps to configure domain. I have followed the documentation. But, I got a problem. For example my domain is hero.com, I expected to open it on learn.hero.com but currently it doesn’t work except I used the port like this learn.hero.com:8000.

Whats wrong? And, how to solve that?

To update your domain, run tutor local launch. It will prompt you to enter the LMS URL; you can provide learn.hero.com. The Studio/CMS URL will automatically update to studio.learn.hero.com, but you can modify it if needed. The MFE URL will default to apps.learn.hero.com.

Alternatively, you can manually update the domain in tutor/config.yml using vi. After making any changes to the domain, ensure you run tutor local launch again. Also, make sure that ports 80 and 443 are open for proper functionality.

sorry is it mean we can’t deploy the development mode? by using the development mode, it would be using port?

If you’re trying to deploy in development mode, you likely need to use a specific port. However, why are you deploying in development mode? For production, it’s better to use tutor local or Kubernetes instead of a development environment.