Closed
Description
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
< 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.