Skip to content

passing serverURL argument to ParseServer #66

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

Closed
wants to merge 1 commit into from

Conversation

derekvanvliet
Copy link

I'm finding that if I don't pass the serverURL argument into the newly created ParseServer, any queries that I run in cloud code fail with 401-unauthorized. I tracked this down to be because it was sending the query requests to api.parse.com.

Does this imply that the serverURL argument should be mandatory?

I'm finding that if I don't pass the serverURL argument into the newly created ParseServer, any queries that I run in cloud code fail with 401-unauthorized. I tracked this down to be because it was sending the query requests to api.parse.com.
@drew-gross
Copy link
Contributor

Yes it should be. It likely will be in the next version, we are discussing the details in parse-community/parse-server#464

@drew-gross drew-gross closed this Feb 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants