Skip to content

Cloud Code Causing Server to Crash #1675

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
jackintosh7 opened this issue Apr 29, 2016 · 2 comments
Closed

Cloud Code Causing Server to Crash #1675

jackintosh7 opened this issue Apr 29, 2016 · 2 comments

Comments

@jackintosh7
Copy link

Hello,

I'm trying to use Parse's AnyPhone example on my parse server. The server runs fine, but as soon as I add the cloud code to the cloud directory, the server crashes.

I'm getting this error 2016-04-29T03:05:35.538222+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=app.herokuapp.com request_id=f18669e6-e255-46ea-a8bb-c409603984b8 fwd="24.189.195.105" dyno= connect= service= status=503 bytes= 2016-04-29T03:05:35.846438+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=app.herokuapp.com request_id=04e5ef78-45c9-40c8-ab8a-713e0eaa8790 fwd="24.189.195.105" dyno= connect= service= status=503 bytes=

I read that I need to remove all lines containing MasterKey and CurrentUser, which I have done.

Does anyone have any ideas?

@bohemima
Copy link
Contributor

Run it locally with VERBOSE=1 and see if you get any more informative log output. This is most likely due to syntax-errors and is more suited at SO perhaps.

@gfosco
Copy link
Contributor

gfosco commented May 4, 2016

Yeah I would run this locally so you could see the stack immediately.. Pretty sure you'll find the answer.

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

No branches or pull requests

3 participants