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!
Accepted Answer
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.