You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error after updating from 2.2.13 to 2.3.1, only if you keep the same port: Error generating response. ParseError { code: 101, message: 'Object not found for update.' } code=101, message=Object not found for update.
#3246
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.
Describe your issue in as much detail as possible.
I am running a Parse Server on my centOS 7 server.
I had apps running on the 2.2.13 version without any issue, but when I tried to update "npm update", I started getting this error:
Error generating response. ParseError { code: 101, message: 'Object not found for update.' } code=101, message=Object not found for update.
If I change the port where the server is running it starts working, if I revert it to the original port I get the error again.
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
I was able to reproduce this on all the apps I had on the server.
Parser server running 2.2.13
npm update to 2.3.1
Restart parse server
Expected Results
Working as it was previous
Actual Outcome
Error generating response. ParseError { code: 101, message: 'Object not found for update.' } code=101, message=Object not found for update.
Environment Setup
Server
parse-server version (Be specific! Don't say 'latest'.) : 2.3.1
Operating System: centOS 7
Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): Localhost on dedicated server
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe your issue in as much detail as possible.
I am running a Parse Server on my centOS 7 server.
I had apps running on the 2.2.13 version without any issue, but when I tried to update "npm update", I started getting this error:
Error generating response. ParseError { code: 101, message: 'Object not found for update.' } code=101, message=Object not found for update.
If I change the port where the server is running it starts working, if I revert it to the original port I get the error again.
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
I was able to reproduce this on all the apps I had on the server.
Expected Results
Working as it was previous
Actual Outcome
Error generating response. ParseError { code: 101, message: 'Object not found for update.' } code=101, message=Object not found for update.
Environment Setup
Server
Database
Logs/Trace
You can turn on additional logging by configuring VERBOSE=1 in your environment.
Error generating response. ParseError { code: 101, message: 'Object not found for update.' } code=101, message=Object not found for update.
The text was updated successfully, but these errors were encountered: