yongjhih/docker-parse-server

how to debug GCM connection issue

Open

#82 opened on Jan 15, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (161 forks)github user discovery
help wantedquestion

Repository metrics

Stars
 (474 stars)
PR merge metrics
 (PR metrics pending)

Description

hello , i have created parse serve using following docker command , but although installaiton objects are created , the server never sends any push to android and is not logging the error

docker run -d \ -v ${PARSE_CLOUD:-/var/appbackend/smartgov/smartcompany/cloud}:/parse/cloud \ -v /var/appbackend/smartgov/smartcompany/cert:/certs \ -v /var/appbackend/smartgov/smartcompany/logs:/parse/logs \ -e DATABASE_URI=${PARSE_DATABASE_URI:-mongodb://xxx} \ -e APP_ID=xx \ -e PARSE_MOUNT=/p/smartcompany \ -e NPM_CONFIG_LOGLEVEL=debug \ -e GCM_ID=xx \ -e GCM_KEY=xx \ -e PRODUCTION_BUNDLE_ID=com.appgain.dtcm.smartcompany \ -e DEV_BUNDLE_ID=com.appgain.dtcm.smartcompany \ -e DEV_PFX=/cert/dev.p12 \ -e PRODUCTION_PFX=/cert/dist.p12 \ -e VERBOSE=1 \ -e DEBUG=apn,node-gcm \ -e MASTER_KEY=A-LL14ZOb2 \ -e CLIENT_KEY=CL-A-LL14ZOb2 \ -e REST_API_KEY=REST-A-LL14ZOb2 \ -e JAVASCRIPT_KEY=JS-A-LL14ZOb2 \ -p 8036:1337 \ --name smartcompany \ yongjhih/parse-server

Contributor guide