Appears you are going for a subdomain install? I (and others iirc) saw similar errors to this due to issues with site_hosts
. See my post here as it references a very similar error. Specifically, if you have the wildcard: - "*.yourdomain.com"
it will lead to issues.
There is discussion of the multisite issues here that may help you. And here is the in-progress pull request with a working solution for multisite installs, including subdomain ones. The pull request has full instructions as well. Hope this helps.