Questions tagged [parse-dashboard]

52 questions
6
votes
1 answer

Parse Server - Can't Access Images

I have a Parse Server running on top of a MongoDB, and that's running 100% fine on my Dev Server which is hosted on DigitalOcean. Here I'm able to send GET requests to my server to obtain the image, as well as access the image via it's…
Steven_
  • 738
  • 2
  • 7
  • 20
3
votes
1 answer

How do I correctly use Parse.Roles relationships for multiple Parse.Objects and Users over time?

Most of the following is done with the parse-dashboard so it's a bit wordy, but I understand the code just not the relationships. I'm setting Parse.Roles and it seems like each individual Parse.Object needs to have the Role set to have access to a…
3
votes
1 answer

How to start pm2 with arguments?

I have a simple command that works fine when run: parse-dashboard --config /home/ubuntu/dash/config.json However, when running it with pm2, it doesn't work: pm2 start parse-dashboard -- --config=/home/ubuntu/dash/config.json looking at the logs, i…
az2902
  • 418
  • 6
  • 18
3
votes
2 answers

Parse server dashboard login

So, I am new to Android Studio. I'm following an online course step by step. I'm using ParseServer on AWS. I've managed to get my appId, etc. and can connect with a Java SSH Client directly from my browser. My app can successfully store information…
2
votes
2 answers

Parse Dashboard shows some swirling colored dots and then goes blank

When I enter the URL for the Parse Dashboard in the browser, https://www.example.com/dashboard, I see the dashboard login page. I enter my credentials and the URL changes to https://www.example.com/dashboard/apps. After a few seconds, the URL…
ppk007
  • 67
  • 6
2
votes
1 answer

Unable to connect server via parse dashboard?

I have set up the parse-server and parse-dashboard in a dedicated instance on Alibaba Cloud with 2vCPU and 8GB of RAM with ApsaraDB for MongoDB as DB for Parse. I successfully setup the dashboard and server. When I tried to access the server I get…
user9857025
2
votes
1 answer

How to configure or enable Analytics in Self hosted Parse Server and Dashboard

I am using self hosted Parse server with parse dashboard, My question is how to configure / Integrate or enable Parse Analytics. Means how to enable or configure Analytics Adopters in Parse Server and enable Analytics widget in Parse Dashboard. I do…
2
votes
0 answers

Push Opens in parse-dashboard is always N/A

I build a Parse server to send notifications to ios android android app. So I use React Native to build app receiving these notifications on IOS and Android. Sending notification to devices succeeds. I can open notification and it leads to my app.…
2
votes
3 answers

Parse-Dashboard - server not reachable unable to connect to server

I am trying to install Parse-Server and Parse-Dashboard in Google Cloud (Debian/Jesse). I have already installed on both Windows (locally) and on Heroku and everything worked fine. My configuration is the following: Linux Debian 3.16.43-2 Node JS…
James P
  • 51
  • 1
  • 5
2
votes
0 answers

Parse: Dashboard: Reset Login Password

I'm doing the migration from the Parse Server; and a few months ago I've changed the login password for the Parse Dashboard. Is there any way to reset it or a customer service that could help me with this issue (?)
2
votes
1 answer

Parse Dashboard on Heroku : Unable to see Analytics and App Settings

I have deployed a parse app on Heroku. I have also deployed Parse Dashboard (from this repo) and configured it to show the already deployed apps. Now, when I open the Dashboard in heroku, I can see 'Core' and 'Push' tab as per the below screen…
Darshan Mehta
  • 30,102
  • 11
  • 68
  • 102
1
vote
0 answers

Server Error on parse dashboard when configure parse adapter with ios

when i configure ios key on PushAdapter the UI of the dashboard gets server error after login. the request of http://myserver.com/dashboard/parse-dashboard-config.json returns with 500 Internal Server Error and the error on the server is TypeError:…
Nadav Avisror
  • 153
  • 1
  • 8
1
vote
0 answers

Problem with Parse Server vs Oracle Cloud

I've spent the last 3 days trying to make a Ubuntu Oracle Cloud VPS a parse server (Yes, I know services like Google Firebase and Back4App but my website consume a lot of requests by a user/hour and I don't have money to spend right now), so I…
1
vote
0 answers

use parse dashboard login separately

I'm using Parse + parse dashboard for several months now. As my parse application have some context outside of parse, dashboard doesn't show that information. Thus I want to have another simple admin panel like app. But also want to avoid doing…
1
vote
1 answer

parse-dashboard w/ docker-compose: unable to connect to server

I've configured a little cluster using docker-compose, consisting of parse-server, mongo and parse-dashboard: version: "3" services: myappdb: image: mongo ports: - 27017:27017 myapp-parse-server: image:…
Darren Black
  • 1,030
  • 1
  • 9
  • 28
1
2 3 4