Report this

What is the reason for this report?

When I try to query data from Parse using curl or .net client application it returns empty results

Posted on August 25, 2016

I followed a guide “How To Host Parse Server” for Ubuntu 14.04 and completed all steps there but can not figure out why parse is returning nothing. Please help

curl -H “X-Parse-Application-Id: MyAppId” https://mydomainname.com/parse/classes/Store curl -H “X-Parse-Application-Id: MyAppId” http://localhost:1337/parse/classes/Store both requests above return empty results: {“results”:[]}

If I connect directly to mongodb on the server or connect remotely (using MongoClient) I see that all data is there.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Found what was the problem: did not import _SCHEMA table from previous database. But now I have a new problem: when I do second query right away after a query server returns: 502 bad gateway. If I wait several seconds, second query works.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.