Questions tagged [parse-server]

Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js.

Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js. Parse Server let you build applications faster.

You can find the documentation for this project on docs.parseplatform.org

It works with the Express web application framework. It can be added to existing web applications, or run by itself.

1854 questions
0
votes
1 answer

AWS Bitnami Parse Server parse-file retrieval slow

I am running Bitnami Parse Server (Parse Stack) with included mongoDB on AWS T2.micro EC2 instance. All config is done and forced HTTPS enabled. At the moment, I save image files directly on mongoDB on the same instance as parse-server. When I…
jbro
  • 75
  • 9
0
votes
0 answers

How do I access parse-dashboard on bitnami parse vm

I have installed parse server using bitnami parse vm on virtual box. I am trying to get to the dashboard without success. I keep getting 404 when I navigate to /parse, /, /dashboard.
user1622343
  • 967
  • 5
  • 9
0
votes
1 answer

Parse "method not allowed when pinning is enabled" after migrating to new server

I've inherited a Parse app that works fine on Parse.com, but after migrating to a new server, I'm seeing this error. As far as I can tell, this app doesn't enable pinning (Parse.enableLocalDatastore() is not called anywhere) Q: Is there anything…
0
votes
1 answer

Cannot modify user Parse

Trying to save logged in parse user's value, it only works for the first time but when i close the app and reopen it, it doesn't work again. This is the save code I'm using which seems alright PFUser.current()["about"] =…
TestDjay
  • 437
  • 3
  • 15
0
votes
1 answer

Node.js with Parse Server GET

I am playing around with Parse Server and Node.js at the Moment and I am not very good in it. So i tried to make a call to my Parse Server from the Client. Client Code: $(document).ready(function () { $.ajax({ type: 'GET', url:…
0
votes
1 answer

Logs on Parse-Server

With the logs that parse-server has, there is no way for someone to find out in the above situation, what the IP of the user is. How can we workaround something like this? Imagine this scenario One friend got an issue with the Police. Before some…
Konstantinos Natsios
  • 2,874
  • 9
  • 39
  • 74
0
votes
1 answer

creating user in parse with ionic not working

I have an error when trying to post data to parse... for hours now, am not able to get this right... I have search stackoverflow to see if i can get solution but the errors still persist... here is my code controller('CreateAccountCtrl',…
user3728868
  • 75
  • 1
  • 9
0
votes
1 answer

iOS Push Notifications with SNS

I'm developing an app for iOS that uses Parse-Server for the backend. I have just configured the Amazon SNS adapter. The reason I installed this adapter is so that users can get real time notifications based on their interactions with other…
0
votes
1 answer

How to use Parse.Op in cloud code?

I would like to know in cloud code if the request is adding or removing an item from a ParseRelation. How to get information from the Parse Operation. For now I cannot get any information from Parse.Op. for i.e : in a beforeSave() method : var…
ThierryC
  • 1,794
  • 3
  • 19
  • 34
0
votes
0 answers

Cannot access parse dashboard

I need API keys for my application from my parse dashboard but unfortunately i cannot access the dashboard.(I also tried "I don't have a parse account" button but that didn't help. It redirected me to FAQs) Whenever I login through either github or…
Pramesh Bajracharya
  • 2,153
  • 3
  • 28
  • 54
0
votes
1 answer

Difficulties sending push-notifications (Parse-Server/Heroku)

I am having trouble sending push-notifications from an (objective C, iOS) app of mine. Since it is the first time I am doing this in this environment I am probably missing some important detail. Here is the shape of my code for the ParseServer…
Michel
  • 10,303
  • 17
  • 82
  • 179
0
votes
1 answer

Parse Server + Express - Issues with ParseError and site dying/restarting

I have deployed a Bitnami Parse stack to a Google Cloud VM. This stack is basically Apache running as a proxy, Then a MEAN stack handling parse server and dashboard etc. Everything appears to be working fine when accessing the dashboard and sending…
0
votes
1 answer

ParseLiveQuery can't access Pointer object

Hi I'm trying to fetch my object via ParseLiveQuery I think ParseLiveQuery is not support Pointer Object. Here is snippet my code. Post.swift import Foundation import Parse class Post: PFObject, PFSubclassing { @NSManaged var postBy: PFUser? …
Shawn Baek
  • 1,928
  • 3
  • 20
  • 34
0
votes
1 answer

URL of Files on Parse-server contains Port number

I have hosted my Parse-Server on DigitalOcean by following these tutorials 1. www.digitalocean.com/community/tutorials/how-to-migrate-a-parse-app-to-parse-server-on-ubuntu-14-04 2.…
user3805150
  • 3
  • 1
  • 4
0
votes
1 answer

Parse.Cloud.beforeSave not working / Parse-Server

I am almost done migrating an Objective-C iOS app from Parse.com to a self-hosted Parse-Server. But while doing some checking, I noticed that my cloud function Parse.Cloud.beforeSave is not executed, or at least not doing all its job. Why is…
Michel
  • 10,303
  • 17
  • 82
  • 179
1 2 3
99
100