-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Other]: The callback operation isn't triggered when using the Docker image. #199
Comments
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. |
Check if there are any logs containing "webhook." |
我使用docker logs -f openim-server查看log没有捕获到关于afterSendSingleMsg的日志 |
In the subsequent version, we have fixed this issue. You can update the openim-server image version to openim/openim-server:3.8.2-alpha.2 to apply the update. The "offlinePushMsg failed" message indicates that the offline push configuration has not been set up. In future updates, we will disable offline push by default to eliminate this warning. |
使用
启动测试,仍然无法触发 |
|
What would you like to share?
根据官网回调例子在docker-compose.yaml中openim-server.environment添加配置:
后用户对话,
openim-server
发出警告:也并没有调用回调接口
Additional information
No response
The text was updated successfully, but these errors were encountered: