You should not need to do any configuration of Domain if you are using the latest from master. There where a number of issues related to signin and incorrect links which should be fixed in the latest build from master.
If you want to wait for a release that fixes these issues, 0.6.0 is going to be released soon.
Already using the last version from github (updated yesterday).
I explain the problem. We have a lab with an external Ip address, mattermost is inside a VM with a private Ip address, nginx is doing the translation. As soon as we want to login, we are redirected to the internal Ip which is not accessible. Hope this will clarify.
I’m experiencing this also. When I hit the IP of the server for the first time nginx is serving the signup form fine. Entering my e-mail address lands me on http://localhost::8065/signup_team_complete/?d=etc…
Looking into this myself now too. I’ll post a solution if I resolve it.
I’m running into the same problem. Digging a bit further into it (with firebug on firefox) I was able to see that the page comes back correctly, but the HTML contains a line at the very end that (I believe) triggers the buggy redirect. These are the last 4 lines of it:
where ‘hdblx’ corresponds to the URL I’m using to proxy the requests to in my nginx setup. In principle my setup looks like that of ‘pbruna’. I have no clue why mattermost inserts this redirect, but maybe someone know how to provide a proper nginx directive for telling mattermost what the effectively used URL is.I would have guessed that “proxy_set_header” does the job, but maybe it isn’t.