You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker pull appleboy/gorush:1.18.8
1.18.8: Pulling from appleboy/gorush
Digest: sha256:1a7a7a90687ed2ee9945908aa583d9dbc21cf64ba706bea79b46dabcc7e566c6
Status: Image is up to date for appleboy/gorush:1.18.8
docker.io/appleboy/gorush:1.18.8
What's next: View a summary of image vulnerabilities and recommendations → docker scout quickview appleboy/gorush:1.18.8docker run --rm --name gorush -v ...Using config file: /home/gorush/config.yml{"level":"info","msg":"Init App Status Engine as memory","time":"2024-11-16T20:27:07Z"}[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. - using env: export GIN_MODE=release - using code: gin.SetMode(gin.ReleaseMode)[GIN-debug] GET /api/stat/go --> github.com/appleboy/gin-status-api.GinHandler (5 handlers)[GIN-debug] GET /api/stat/app --> github.com/appleboy/gorush/router.routerEngine.appStatusHandler.func6 (5 handlers)[GIN-debug] GET / --> github.com/appleboy/gorush/router.routerEngine.configHandler.func7 (5 handlers)[GIN-debug] GET /sys/stats --> github.com/appleboy/gorush/router.routerEngine.sysStatsHandler.func8 (5 handlers)[GIN-debug] POST /api/push --> github.com/appleboy/gorush/router.routerEngine.pushHandler.func9 (5 handlers)[GIN-debug] GET /metrics --> github.com/appleboy/gorush/router.metricsHandler (5 handlers)[GIN-debug] GET /healthz --> github.com/appleboy/gorush/router.heartbeatHandler (5 handlers)[GIN-debug] HEAD /healthz --> github.com/appleboy/gorush/router.heartbeatHandler (5 handlers)[GIN-debug] GET /version --> github.com/appleboy/gorush/router.versionHandler (5 handlers)[GIN-debug] GET / --> github.com/appleboy/gorush/router.rootHandler (5 handlers){"level":"info","msg":"gRPC server is running on 9000 port.","time":"2024-11-16T20:27:07Z"}
After sending the PUSH
DEBU[2024/11/16 - 15:19:00] Start push notification for Android
DEBU[2024/11/16 - 15:19:01] Android Success count: 1, Failure count: 0
INFO[2024/11/16 - 15:19:01] {"notif_id":"019336a0-d685-7082-8998-b9b947af61d3","type":"succeeded-push","platform":"android","token":"...","message":"The push tracing ID is: 019336a0-d685-7082-8998-b9b947af61d3","error":""}
! The feedback URL did not fired after sending the PUSH as well.
The text was updated successfully, but these errors were encountered:
The method
POST
/api/push
returns: curl: (52) Empty reply from serverAll other GET endpoints do not respond as well (empty response).
The gRPC service works well and PUSH message delivered to the device successfully.
The config:
How to run
Logs after running:
After sending the PUSH
! The feedback URL did not fired after sending the PUSH as well.
The text was updated successfully, but these errors were encountered: