-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
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?