open-im-server
open-im-server copied to clipboard
[BUG] net/http.(*Server).Shutdown(panic: runtime error: invalid memory address or nil pointer dereferencepanic
OpenIM Server Version
main
Operating System and CPU Architecture
Linux (ARM)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
- cd open-im-server
- docker compose up -d 启动组件
- mage start 4.nohup mage start >> _output/logs/openim.log 2>&1 &
Screenshots Link
openim.log The log is in the attachment, I hope it can help you
first: mage start then: nohup mage start >> _output/logs/openim.log 2>&1 &
You just need to run one of the two commands.