Skip to content

Uncaught internal server error. bad value in untransformObject undefined #665

Closed
@dhavalyours

Description

@dhavalyours

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 :

  • Rebuilt URL to: GET/
  • Could not resolve host: GET
  • Closing connection 0
  • Trying 54.170.194.194...
  • Connected to localhost port 1337 (Why?? #1)

    GET /parse/classes/ABC HTTP/1.1
    Host: localhost
    User-Agent: curl/7.43.0
    Accept: /
    X-Parse-Application-Id:ABC
    X-Parse-REST-API-Key: ABC

    < HTTP/1.1 500 Internal Server Error
    < 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
    <
  • Connection Why?? #1 to host localhost left intact

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:questionSupport or code-level question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions