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: Unable to register after startup #76

Closed PaoPaoYo closed 4 months ago

PaoPaoYo commented 7 months ago

What happened?

After starting on this basis, the account registration prompt is as follows. image

What did you expect to happen?

Can register and log in normally

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

Using WSL, Windows Docker, follow the Issue operation in the document

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

kubbot commented 7 months ago

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.

Join slack 🤖 to connect and communicate with our developers.

cubxxw commented 7 months ago

Would you mind trying to disable the firewall on 30300 for a moment? Thank you!

PaoPaoYo commented 7 months ago

Would you mind trying to disable the firewall on 30300 for a moment? Thank you!

image Still can't use it

skiffer-git commented 7 months ago

root@024e09ebff87:/openim/openim-chat# nc -zv 172.28.0.9 30300 Connection to 172.28.0.9 30300 port [tcp/*] succeeded!

skiffer-git commented 7 months ago

apt update apt install netcat nc -zv 172.28.0.9 30300

PaoPaoYo commented 7 months ago

image image

It looks timed out

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.