-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ERR_HTTP_HEADERS_SENT crashes after upgrading to 3.X #7116
Comments
It seems that the I'm closing this as it does not seem to be a Parse Server issue. For help with Parse Server, here are some resources you can try:
Feel free to comment if you have any questions and we can re-open this issue. |
I upgraded to 3.10.0 this morning and I have a little more logs from Logentries now. I assumed the H28 error and the crash were related because of the logs I had so far, but it doesn't seem to be the case. The crash happened 3 more times in the last hour and no H28 error or timeout specific error has been raised while it was happening. The logs show that all requests were processing just fine before the crash. Then the app restarts and takes requests as usual. Do you still think it may be related to the way I'm implementing timeouts? I don't know if it's server related or more a code-level implementation issue at this point.
|
You could start with a fresh installation of Parse Server and see if these issues still happen, then gradually add your custom configuration and code to see where the issue lies. The resources I mentioned above should provide support if needed. If it turns out to be an issue with Parse Server please feel free to post an update here and we can investigate. |
Issue Description
I was running Parse Server 2.8.4 and I want to upgrade to the latest versions. I wanted to start by upgrading to 3.10.0 first, so I read the migration guide and made the necessary changes. However, I get an error that appears randomly and that I cannot reproduce. The app runs for a while, then the error will appear and generate a Heroku error H28 "Client Connection Idle".
I would appreciate if someone with more experienced could help! Thanks
Environment Setup
Server
Database
Logs
Inex.js
The text was updated successfully, but these errors were encountered: