Skip to content
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

Parse Android issue #9

Closed
vusimoy0 opened this issue Feb 27, 2016 · 4 comments
Closed

Parse Android issue #9

vusimoy0 opened this issue Feb 27, 2016 · 4 comments
Labels

Comments

@vusimoy0
Copy link

Hi

Thanks for the awesome docker image. Recently i posted an issue i was having with parse in general on the parseServer page and i got this response yesterday where they said the issue was fixed...

parse-community/parse-server#413

the issue was later advised to be resolved with this git commit...

parse-community/parse-server#679

I've pulled the latest docker image from here and tested but i am still getting error 403 forbidden... not sure if you have updated to the latest push since the issue resolved?

Thanks man!

@yongjhih
Copy link
Owner

Maybe parse-server module did not been uploaded or parse-server docker image did not built with latest parse-server module.

I'm going to trigger hub.docker.com to rebuild parse-server image. You might wait for a while.

Refer these:

@yongjhih
Copy link
Owner

I think parse-server module did not been uploaded, so I'm going to build a dev image based on github.com/ParsePlatform/parse-server master instead of npm.

@vusimoy0
Copy link
Author

Thanks man. i will wait :)

@yongjhih
Copy link
Owner

Now, I have added dev image (yongjhih/parse-server:dev) with latest commit of ParsePlatform/parse-server.

docker run -d \
           -e APP_ID=$appId          \
           -e MASTER_KEY=$masterKey  \
           -p 1338:1337              \
           -p 2022:22                \
           --name parse-server       \
           yongjhih/parse-server:dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants