-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
v 2.2.18 of parse-server code crashes on deployment #2666
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
@sprabs, have you ruled out running out of memory? how much memory do you have allocated in your Dockerrun.aws.json? Have you ssh'd to the container host and checked /var/log/messages? |
@acinader I just checked /var/log/messages. Nothing much there. I have ruled out running out of memory. I've deployed maybe 20x in the last 24 hours with the previous version of parse-server without any problems. t2.medium is also a pretty solid machine for our dev setup (not too many RPS flowing through). Did something substantial change in the build from 2.2.17 to 2.2.18??? Not sure why this would happen. Or could it be in any way related to my dependencies in package.json? |
Turns out this was an issue with my deployment. After rebuilding from scratch it worked okay. Sorry for the trouble! |
Issue Description
I have been using parse-server for a few months now on my AWS Elastic Beanstalk and have never had a problem deploying my app. When I pulled v 2.2.18, I got these errors:
Any idea what the issue can be? Here is what my package.json looks like in case anything is wrong here:
Environment Setup
In the past, I even had parse-server as a dev dependency and it worked fine. I tried doing that again here, but it didn't work. I run npm install parse-server prior to uploading and then package my Cloud Code, etc... accordingly to deploy.
The text was updated successfully, but these errors were encountered: