-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Uncaught internal server error. bad value in untransformObject undefined #665
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
We need to figure out what was the bad value... so if you can find the object in class ABC and provide it here, or maybe it will be obvious when looking at it... In If you have only a few ABC objects, you can do GET queries on the object id URL to get single objects until you find one which fails... The details of that object would be useful in tracking down the error. |
Hi, Below are the example objects which are passing and failing Failing Objects { { Passing Objects : { These objects are working at parse endpoint. Hope it helps |
Were these objects created through the parse api? api.parse.com or parse-server? In the _SCHEMA collection, what is the schema type for the 'appId' column in this class?... |
Hi,
{
{ { {
{ |
Sorry I didn't get back to you... Pretty unclear from these logs where the issue is. It has been a while. Please re-open this or open a new issue if you're still having trouble. Thanks. |
@dhavalyours I am having a similar issue and still trying to figure out how to fix it. What version of mongoDB were you using when this occurred? I am using 3.2.X and I just realized parse server doesn't recommend that version. Did you identify the cause? |
I noticed that the objects that failed for me failed when interpreting the NumberLong BSON. It appears the same happens for you. I wonder if it is a WiredTiger issue. |
Hi,
I have 6 tables in parse. After migration GET curl command is not working on one of the tables.
curl -v -s GET
-H "X-Parse-Application-Id: 123"
-H "X-Parse-REST-API-Key: 123"
http://enterpriseparse.chatflyapp.com/parse/classes/ABC
Curl Response :
< X-Powered-By: Express
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Methods: GET,PUT,POST,DELETE,OPTIONS
< Access-Control-Allow-Headers: X-Parse-REST-API-Key, X-Parse-Javascript-Key, X-Parse-Application-Id, X-Parse-Client-Version, X-Parse-Session-Token, X-Requested-With, X-Parse-Revocable-Session, Content-Type
< Content-Type: application/json
< Content-Length: 45
< ETag: "1759988501"
< Date: Fri, 26 Feb 2016 00:53:22 GMT
< Connection: keep-alive
<
At the server end I get following error :
Uncaught internal server error. bad value in untransformObject undefined
Also i was wondering whether this bug is related to #165
I am using 2.1.3 version of parse server.
The text was updated successfully, but these errors were encountered: