Questions tagged [parse-server]

Parse Server represents a freely available iteration of the Parse backend, suitable for deployment on any platform capable of supporting Node.js.

The Parse-JS-SDK currently doesn't support using the objectId in the matchesKeyInQuery method

javascript "parse-server": "^2.6.3", "parse": "^1.10.0", In my database, there are three tables: Member, Circle, and MemberCircle. The Circle table has a pointer field called member, which indicates who created the circle. On the other hand, the Memb ...

Unable to launch a stand-alone parse.com server on Debian OS

Have you heard of the standalone version of parse.com service called parse server? Check it out on https://github.com/ParsePlatform/parse-server I recently installed parse server on my Debian 8.3 system and encountered some issues with starting the servic ...

Can Forest admin be seamlessly integrated with Parse server?

Is there a way to seamlessly incorporate forest into parse server? I noticed they have an npm plugin that is compatible with express+mongoose. Could it be feasible to set up parse server as an express app using mongoose? ...

How should one correctly utilize npm within the root environment?

As I set up a Parse Server with an AWS EC2 instance, I utilized Nginx and Elastic IP to handle SSL certificates. Following various guides, I came across the recommendation to place the node app at /var/www/parse-server. However, I encountered an issue when ...

Dealing with errors in Express.js using promises and the suncc middleware

Dealing with both sync errors and promise errors in the same code can be tricky. Below is an example of how I'm attempting to handle them, but I'm unsure if it's functioning correctly. Any suggestions are appreciated. helpers.list({ ...

com.parse.ParseRequest$ParseRequestException: incorrect JSON response encountered during transition to Heroku for Parse server

I recently transitioned my Parse server from Heroku and my database from parse.com to MangoLab. However, I am encountering an error when making requests from my Android app. com.parse.ParseRequest$ParseRequestException: bad json response Here is the code ...

Leveraging the parse-server NPM package directly from the GitHub master branch

Attempting to utilize the most recent version of parse-server with certain enhancements from GitHub instead of NPM. However, upon running: npm install --save ParsePlatform/parse-server An error occurs when trying to require parse-server: Error: Cannot l ...