-
Notifications
You must be signed in to change notification settings - Fork 214
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
Custom port does not work. #392
Comments
I also encountered this issue. After deploying directly with Docker Compose, I found that the requested address did not include the port. I understand that it should only work with a domain name. Is there a way to support IP + port?" MONGO_USERNAME=mongo |
To resolve the issue "Custom port does not work" in the repository muke1908/chat-e2ee, you can follow these steps:
By following these steps, you should be able to resolve the issue with the custom port not working. |
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
work for
chat.example.com:7777
, not justchat.example.com
Current Behavior
the webpage can be loaded correctly,
but when I click
create chat link
,it failed to create room link.
Failure Information
for server: chat.example.com:7777,
see error visiting: https://chat.example.com/api/chat-link
even CHAT_LINK_DOMAIN=https://chat.example.com:7777
Steps to Reproduce
click "create chat link" in the home page.
Context
nginx:7777 -> chatapp:3001
The text was updated successfully, but these errors were encountered: