openimsdk / openim-docker

openim-docker configuration for deploying OpenIM. Provides a build solution for a stable distribution, as well as a docker compose deployment strategy
https://openim.io
Apache License 2.0
36 stars 46 forks source link

Bug: change the port OPENIM_WS_PORT and SERVER_IMAGE_VERSION error #84

Closed luhaoling closed 4 months ago

luhaoling commented 7 months ago

What happened?

After change the port OPENIM_WS_PORT and SERVER_IMAGE_VERSION, there hava the ws connect failed and don't send message errors in PC. But I can successfully validated by phone.

The error is as follows:

ws

What did you expect to happen?

Fix the error, and I can successfully validated by PC.

How can we reproduce it (as minimally and precisely as possible)?

none

Anything else we need to know?

No response

version

```console $ {name} version # paste output here ```

Cloud provider

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools

cubxxw commented 7 months ago

I regret to inform you that the web version of OpenIM is currently not configured with Nginx, which means that the WS port and OpenIM API port cannot be modified at this time. However, the good news is that the other versions are fully functional and ready for customization. Thank you for your understanding and patience as we work to address this limitation.

kubbot commented 5 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

skiffer-git commented 4 months ago

The Docker deployment plan has been fully upgraded. Please refer to the README for the new scheme. The new scheme is simpler to use and supports Linux, Windows, and Mac.