Cannot redirect for non existing channel url

I have gitlab and mattermost omnibus installation on CentOS7.

1. I try to “wget http://127.0.0.1:8065/team1/” → OK … show login page
2. I try to “wget http://127.0.0.1:8065/team1/channels/town-square” … … connection established but waiting for response sooo long

In another server I have installed only mattermost from source with same version and configuration and

1. OK … show login page
2. OK … show login page

Can you help me? or is a bug

Hello there.

I can confirm that both commands works fine on my end as per the following output that I am getting from my Terminal:

Ahmad-Danials-MacBook-Pro:Desktop ahmaddanialmohammad$ wget http://localhost:8065/mattermost
--2018-11-21 10:05:28--  http://localhost:8065/mattermost
Resolving localhost... ::1, fe80::1, 127.0.0.1
Connecting to localhost|::1|:8065... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2620 (2.6K) [text/html]
Saving to: ‘mattermost’

mattermost                                      100%[================================================================================================================>]   2.56K  --.-KB/s    in 0s

2018-11-21 10:05:28 (250 MB/s) - ‘mattermost’ saved [2620/2620]

Ahmad-Danials-MacBook-Pro:Desktop ahmaddanialmohammad$ wget http://localhost:8065/mattermost/channels/town-square
--2018-11-21 10:05:58--  http://localhost:8065/mattermost/channels/town-square
Resolving localhost... ::1, fe80::1, 127.0.0.1
Connecting to localhost|::1|:8065... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2620 (2.6K) [text/html]
Saving to: ‘town-square’

town-square                                        100%[================================================================================================================>]   2.56K  --.-KB/s    in 0s

2018-11-21 10:05:58 (250 MB/s) - ‘town-square’ saved [2620/2620]

If anyone is still facing the same issue, please provide the output you are getting on this thread so we can analyze it further. Thanks.

1 Like