-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
How to update parse-server? #90
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
Comments
I saw #40 but not helpful |
I’m basically in the same place but one step forward maybe. I worked that out by checking $ heroku logs —tail So now I have added “Fixie” to Heroku so that I can get a static IP, but that still doesn’t solve it because I need to make the parse-server-example app actually use the proxy of Fixie. And that isn’t turning out to be as simple as it sounds, at least for me (this is my first node experience :)). Hope that helps!
|
@threegoblins so, to confirm, your MongoDB is not hosted through Heroku? |
Correct, hosted by ObjectRocket. You’re hosted with Heroku? Hopefully you won’t be having the same error then. But either way checking your app logs on Heroku should reveal more information for you as to why the 500 is happening.
|
perhaps to update, pull the latest .zip of parse-server from the github and replace it with the parse-server folder in node_modules. not 100% if this is correct. |
calling 'npm update parse-server' might also work, but it filled my node_modules folder with a ton of other stuff too. |
I'd recommend editing your |
I am getting following error when trying to requestPasswordReset. also email is not going. |
Getting the following issue when trying to interact with Parse--just deployed to Heroku.
[Error]: {"code":1,"message":"Internal server error."} (Code: 1, Version: 1.12.0)
ERROR 1: Error Domain=Parse Code=1 "{"code":1,"message":"Internal server error."}" UserInfo={error={"code":1,"message":"Internal server error."}, NSLocalizedDescription={"code":1,"message":"Internal server error."}, code=1} [error: {"code":1,"message":"Internal server error."}, NSLocalizedDescription: {"code":1,"message":"Internal server error."}, code: 1]
Anyone know why this is happening and how to fix it?
The text was updated successfully, but these errors were encountered: