Is there a way to rename a site?

@James_Robertson,

adding host_name attriubute in your site_config.json might solve the issue please check.

e.g.

{
	"db_name": "xxxxxxxxxxxxx", 
	"db_password": "xxxxxxxxxxxx", 
	"host_name": "yourdomain.com"
}

Thanks, Makarand

2 Likes