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

The default server url needs parse at the end of it to work... #26

Merged
merged 1 commit into from
Apr 9, 2016

Conversation

acinader
Copy link
Contributor

@acinader acinader commented Apr 9, 2016

No description provided.

@yongjhih
Copy link
Owner

yongjhih commented Apr 9, 2016

Did you verify that latest image not works with "/parse" endpoint? I think here has already setup default endpoint as "/parse":

var mountPath = process.env.PARSE_MOUNT || '/parse';

This demo screencast https://github.com/yongjhih/docker-parse-server/raw/master/art/docker-parse-server.gif has performed cloud call with "/parse" endpoint of http://localhost:1337/parse/functions/hello

@acinader
Copy link
Contributor Author

acinader commented Apr 9, 2016

Take a look: https://github.com/ParsePlatform/parse-server-example/blob/master/index.js

I do have the latest with the var mountPath = process.env.PARSE_MOUNT || '/parse';

I was getting errors in my cloud code. The parse library needs that set to be able to do api calls.

@yongjhih yongjhih merged commit ec856e1 into yongjhih:master Apr 9, 2016
@yongjhih
Copy link
Owner

yongjhih commented Apr 9, 2016

Ok, i got it. Good job.

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

Successfully merging this pull request may close these issues.

2 participants