Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong signup redirection on ubuntu 14.04 VPS #60

Closed
jlncrnt opened this issue Jun 24, 2015 · 4 comments
Closed

Wrong signup redirection on ubuntu 14.04 VPS #60

jlncrnt opened this issue Jun 24, 2015 · 4 comments

Comments

@jlncrnt
Copy link

jlncrnt commented Jun 24, 2015

Hi, I installed the beta version of Mattermost on a ubuntu 14.04 VPS with public IP. I followed the intallation tutorial for ubuntu in your readme.md, but when I try to signup, I'm redirected to www.xx.xx.xx with Xs being my incomplete public IP.

This is what the html tag look like with first IP numer missing :

<a href="http://www.xxx.xx.xx" class="signup-team-login" data-reactid=".0.1.9.0.2">Sign up now</a>

Wrong routing ?

@ciuncan
Copy link

ciuncan commented Jun 24, 2015

+1

@it33
Copy link
Contributor

it33 commented Jun 24, 2015

Sorry for the late reply, cross-posting from other threadL

If you're running locally as a developer then the system will work with just localhost or dockerhost if mapped in your /etc/hosts file. If you deployed via beanstalk then for now you must have a valid domain that is accessed via www.mydomain.com. Currently you cannot have sub-sub-domains so stuff like www.corp.mydomain.com will not work. It's a known issue we're working on to fix.

@jlncrnt
Copy link
Author

jlncrnt commented Jun 24, 2015

I supposed it will be fixed in v 1.0. I'll try to write a nice CentOS installation script when it's released. Thanks for doing this, an open source tool like this is definitely missing.

@it33
Copy link
Contributor

it33 commented Jun 28, 2015

Thanks @qoyaqa, FAQ added on this at http://discourse.mattermost.org/t/sub-sub-domains-not-yet-supported/13

We'll keep working at it, hope to make you proud :)

@it33 it33 closed this as completed Jun 28, 2015
witjem pushed a commit to witjem/mattermost-server that referenced this issue Oct 6, 2022
* commands/post: make channel arg explicit for create post

* commands/post: add unit tests for PostCreateCmd

* commands/post: revert explicit channel flag in create post

* commands/post: add one more test case and revert error msg changes
hanzei pushed a commit that referenced this issue Jul 13, 2023
* Adding slash command execution API

* Tidy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants