Questions tagged [parse-dashboard]

52 questions
0
votes
0 answers

“ Uncaught TypeError: Cannot read property 'initialize' of undefined” when running ng test command and error shows at parse.initialize

I am using angular 4 and parse database and I am trying to implement test scripts and run using ng test command. It returns initialize error in app.component.ts page at parse.initialize() and error is " Uncaught TypeError: Cannot read property…
Gopi Nath
  • 11
  • 1
  • 8
0
votes
1 answer

Connect Parse-Dashboard with Parse-Server (Docker-Container)

maybe someone can help me with my problem. My Plan is to set up a parse-server (https://github.com/parse-community/parse-server) and connect the parse-dashboard (https://github.com/parse-community/parse-dashboard/) to them. I want to use docker…
0
votes
1 answer

Get user relation users in parse query ionic4

I have the following parse query: loadAllFriends(params: any = {}): Promise { const page = params.page || 0; const limit = params.limit || 20; const query = new Parse.Query(User); const user = Parse.User.current(); …
0
votes
1 answer

Access Parse Dashboard Over Https

i have parse server running on a linux vps without any problem .now i am trying to add parse dashboard to work along side parse server on the same server. i cloned the parse server example repository as a starting point.the problem that i am facing…
Bahaa KA
  • 157
  • 1
  • 12
0
votes
0 answers

Parse Dashboard empty

Parse Dashboard is empty besides parse is hosted in Heroku, my app is working fine but I am unable to see anything in the parse dashboard on my google chrome. It was working fine until a couple of weeks. I was able to see the dashboard but nothing…
Raja Reddy
  • 57
  • 1
0
votes
0 answers

Parse dashboard issue - form tampered with

When I log in am getting prompt as "form tampered with" I am unable to fix this issue. Please let me know what I am missing in this config. parser-dashabord - @1.2.0 parse-server - @3.1.2 Parse-Dashboard js File var options = { …
Gowtham Raj
  • 103
  • 2
  • 13
0
votes
0 answers

parse dashboard changing user's password

Working on a new app and have some testers using it. One of them forgot their password and my partner made a mistake and changed the password for that user to something in plaintext from mLab. We usually make password changes (for now, until we…
easeged
  • 11
  • 5
0
votes
1 answer

Parse-Dashboard: Server Not Reachable: unable to connect server Error

I have parse-server and parse-dashboard installed with pm2 in docker container in my synology nas as below: +------+ +-------------+ | +NIC1 (192.168.1.100) <--> Router <--> (192.168.1.2)…
AnD
  • 3,060
  • 8
  • 35
  • 63
0
votes
1 answer

PFFile Could not store file to Parse-server

Parse Dashboard version 1.1.2 Parse Server version 2.7.1 Environment Setup Parse-Dashboard running on Ubuntu 16.4 (Digital ocean Droplet) Steps to reproduce Adding a new column type of File uploading an image existing object though both client and…
Mohammed
  • 33
  • 1
  • 6
0
votes
1 answer

Clean up Parse database

My Parse database is getting filled up with a ton of records for stuff that I don't need to keep around, such as 80k entries in the _PushStatus class. If I select "delete class" from the Parse dashboard to get rid of those records, will Parse…
bmueller
  • 2,681
  • 1
  • 27
  • 45
0
votes
1 answer

Parse dashboard with nginx

I am running the Parse dashboard and server, hosted in Express in a multi-container Docker environment on AWS with nginx as a reverse proxy. The server works fine, but I can't access the dashboard. Here's my config: server { listen 80; …
leremjs
  • 973
  • 1
  • 9
  • 25
0
votes
1 answer

Parse.com - User or (Driver and Rider)

Quick doubt. I am creating an Uber-clone app for training purposes. Using Parse Dashboard, I am thinking about creating a Rider and a Driver class, but all users should log in as a PFUser, shouldn't they? So, should I: 1) Have only one class of…
rgoncalv
  • 5,825
  • 6
  • 34
  • 61
0
votes
2 answers

How to disable /files endpoints on parse-server

With the newly available community version of Parse server (https://github.com/parse-community/parse-server) there does not seem to be a configuration option to disable the /files endpoints which allow for file upload and hosting. I would very much…
oliakaoil
  • 1,615
  • 2
  • 15
  • 36
0
votes
1 answer

Unable to Upload image in parse dashboard,Logs says : Could not Store file Quota Exceeded

I am Working on an Android App, for which I use Parse as a backend[Parse-Heroku-Mlab (sandbox Plan)], this app provides different Services in the city, & the service owners complete information is listed in the App which also has User Images and…
Saurabh
  • 136
  • 1
  • 1
  • 11
0
votes
1 answer

PARSE DASHBOARD unable to see cloud logs after upgrading dashboard

After updating my parse-dashboard i lost the "logs column" as you can see: I just upgraded my parse-dashboard and my parse server: dashboard: ?.?.? (package.json https://pastebin.com/KRFaxJha) parse-server: 2.4.0 node: 7.10.0 This is my…
Canna
  • 11
  • 3