esl / MongoosePush

MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Apache License 2.0
108 stars 24 forks source link

FCM not sending notification #207

Closed krot3232 closed 6 months ago

krot3232 commented 1 year ago

mongoose-push docker version latest docker run -p 8443:8443 -v pwd/priv:/opt/app/priv \ -e PUSH_HTTPS_PORT=8443 \ -e PUSH_HTTPS_BIND_ADDR="0.0.0.0" \ -e MIX_ENV=prod \ -e REPLACE_OS_VARS=true \ -e PUSH_APNS_ENABLED=false \ -e PUSH_OPENAPI_EXPOSE_UI=true \ -e PUSH_OPENAPI_EXPOSE_SPEC=true \ -e PUSH_LOGLEVEL=debug \ -it --rm mongooseim/mongoose-push:latest rest api response null does not send pushes, gives an error: https://gist.github.com/krot3232/f8569514b4117f609929a597bd8f39ec

pawlooss1 commented 6 months ago

Hi @krot3232 Please attach full request and response. It's hard to tell what went wrong based on the logs only.

pawlooss1 commented 6 months ago

Closing due to lack of activity. If you'd like to continue this thread then feel free to reopen issue and provide needed data.