When users type the Sametime 12 server host name in the browser, example: st.mycompany.com they get redirected to st.mycompany.com/meeting url. I would like to redirect them to st.mycompany.com/chat url instead. Where is this setting configured?
To redictrect for a /chat hostname - you add REACT_APP_CHAT_HOSTNAME to custom.env
the host name must be a different host name than the one set for meeting.
i.e
REACT_APP_MEETING_SERVER_HOSTNAME=st.mycompany.com/meeting
REACT_APP_CHAT_SERVER_HOSTNAME=st.mycompany.com/chat
Hi Daniel
I am asking for a setting where user would just type st.mycompany.com in the browser and be redirected to st.mycompany.com/chat. Chat UI gives them access to chats, meetings and PWA app download. This is where I want the users to end up after typing just the server host name. At this moment when users type st.mycompany.com they are redirected to st.mycompany.com/meeting and they see the meeting list UI with no link to chat.
I don't need separate host names for meeting and chat.
OK.
Try this
in custom.eve set
REACT_APP_CHAT_SERVER_HOSTNAME=st.mycompany.com/
rem out any other setting you have in there for now
when users type st.mycompany.com it will take you to the chat login. is that what you are trying to accomplish?
Hi Daniel,
When I comment the
REACT_APP_MEETING_SERVER_HOSTNAME=st.mycompany.com
and add the
REACT_APP_CHAT_SERVER_HOSTNAME=st.mycompany.com
server redirects me to meetings.sametime.test/meeting/
I have tried doing this only in custom.env then later in both, custom.env and .env. Same result.
I could live with different host names for chat and meeting like meeting.mycompany.com and chat.mycompany.com. The only question in this case is how do I automatically update LetsEncrypt certs for both hostnames. The LetsEncrypt config settings in Sametime seem to be only for a single host name.
Hello Marek
Please open a case with HCL support