python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Create user without populating session token
My question is very simple. Is it possible to create a user object without Parse-Server automatically creating a session token?
I have tried this code.
const myNewObject = new Parse.Object('_User');
m...
Tanzim Chowdhury
Votes: 0
Answers: 0
Why doesn’t my DigitalOcean load balancer forward traffic to Parse Servers?
Today I created a load balancer and assigned to it 3 droplets (all 3 host parse servers), but it doesn't transfer the traffic to them. It doesn’t even pass the health checks!
All 3 of my parse servers...
Sotiris Kaniras
Votes: 0
Answers: 0
What is the proper way of using npm in root environment?
I'm currently setting up a Parse Server with AWS EC2 instance, where I've been using Nginx and Elastic IP to manage SSL certificates.
Through different guides I've reached the solution of put the node...
Wladimir
Votes: 0
Answers: 1
Parse server rest password receiving email problem
I'm trying to implement the rest Password in my application so to do that I have added an email adapter to my server, like:
var parseServer = new ParseServer({
...
verifyUserEmails: false,
...
Alaeddine Bouhajja
Votes: 0
Answers: 0