-
-
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
error: Error handling request: [TypeError: Object.entries is not a function] #2727
Comments
Probably because of the babel polyfill removal. |
I tryed on the local and server is the same . so how I can fix it if it is babel polyfill removal |
SO, I removed the polyfill to reduce runtime dependencies. In the meantime, alongside parse-server, your can install babel-polyfill |
Updating to 2.2.21 will resolve the issue, please update and let me know if there is any issue. |
thanks . it is works fine I have another error when install but I am ignore it and it is not for this version it is show on version Before this version . I do not remember when it occur and still show to now the error is npm -g install parse-server
make: Entering directory
npm WARN optional dep failed, continuing [email protected] |
That's not a problem, this is an optimized native version of bcrypt but we provide a js version |
affter update to 2.2.20 i am gting this erorr
I am really want beforeFind function
error: Error handling request: [TypeError: Object.entries is not a function]
error: Uncaught internal server error. [TypeError: Object.entries is not a function] TypeError: Object.entries is not a function
at Function.JSONFromQuery (/Users/aljazeeranetwork/Desktop/msegate/node_modules/parse-server/lib/Routers/ClassesRouter.js:244:38)
at ClassesRouter.handleFind (/Users/aljazeeranetwork/Desktop/msegate/node_modules/parse-server/lib/Routers/ClassesRouter.js:46:56)
at /Users/aljazeeranetwork/Desktop/msegate/node_modules/parse-server/lib/Routers/ClassesRouter.js:220:23
at /Users/aljazeeranetwork/Desktop/msegate/node_modules/parse-server/lib/PromiseRouter.js:259:9
at /Users/aljazeeranetwork/Desktop/msegate/node_modules/parse-server/lib/PromiseRouter.js:295:9
at Layer.handle as handle_request
at next (/Users/aljazeeranetwork/Desktop/msegate/node_modules/parse-server/node_modules/express/lib/router/route.js:131:13)
at Route.dispatch (/Users/aljazeeranetwork/Desktop/msegate/node_modules/parse-server/node_modules/express/lib/router/route.js:112:3)
at Layer.handle as handle_request
at /Users/aljazeeranetwork/Desktop/msegate/node_modules/parse-server/node_modules/express/lib/router/index.js:277:22
Please read the following instructions carefully.
Check out #1271 for an ideal bug report.
The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
Many members of the community use Stack Overflow and Server Fault to ask questions.
Read through the existing questions or ask your own!
For database migration help, please file a bug report at https://parse.com/help#report
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
Issue Description
[DELETE EVERYTHING ABOVE THIS LINE BEFORE SUBMITTING YOUR ISSUE]
Describe your issue in as much detail as possible.
[FILL THIS OUT]
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
Expected Results
[FILL THIS OUT]
Actual Outcome
[FILL THIS OUT]
Environment Setup
Logs/Trace
You can turn on additional logging by configuring VERBOSE=1 in your environment.
[FILL THIS OUT]
The text was updated successfully, but these errors were encountered: