-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
Issue Description
Upgrading to the latest build 2.8.1 and testing our iPhone app, we are getting a request time out on one of our db inserts.
2018-05-18T20:08:53.099693+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/parse/classes/PrivateUserData" host=xxxx.herokuapp.com request_id=5d3b3f7b-xxx fwd="12.24.57.194" dyno=web.1 connect=1ms service=30000ms status=503 bytes=0 protocol=https
We have verbose enabled but nothing sticks outside of that .. kinda hard to debug from here :/ I'm going to try to rollback to test some more .. also if their is anymore verbose data we can provide or options let us know.. we are sorta stuck.. this has been working all until now.
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
Expected Results
What you expected to happen.
Actual Outcome
What is happening instead.
Environment Setup
-
Server
- parse-server version (Be specific! Don't say 'latest'.) : 2.8.1
- Operating System: heroku
- Hardware: heroku dyno
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): heroku
-
Database
- MongoDB version: 3.4.7
- Storage engine: MMAPv1
- Hardware: xxx
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): Mlab
Also what version of Node should be running.. it defaults to 10.
remote: -----> Installing binaries remote: engines.node (package.json): >=4.3 remote: engines.npm (package.json): unspecified (use default) remote: remote: Resolving node version >=4.3... remote: Downloading and installing node 10.1.0... remote: Using default npm version: 5.6.0