Questions tagged [parse-dashboard]
52 questions
0
votes
1 answer
How to set production mode on the dashboard in a self hosted parse-server setup
I have tried setting NODE_ENV=production or production: true in js config. But the dashboard still shows DEV.

brijeshb42
- 182
- 3
- 10
0
votes
1 answer
How to reduce image size when uploading from parse dashboard
I am using heroku hosted parse-server and parse-dashboard. Using mongoDb as backend. Using AWS S3 adapter to upload images via parse-dashboard. Is there any way to reduce size of the image when uploading from parse-dashboard to S3?

user360
- 350
- 3
- 9
0
votes
1 answer
Parse.com exported data missing _Schema
Hi exported my app before parse.com was shutdown and I saw some JSONs so i though it is OK. Today I tried to import these data to mongo only to find out that I need _Schema file import too but it is missing from the exported file.
Is there a way how…

Mazel Tov
- 2,064
- 14
- 26
0
votes
1 answer
Change existing app in Heroku to Parse dashboard
I want to change the display mode in Heroku from list (in Json) to table. I do not know how to add Parse dashboard to my existing app in heroku. any help?

Amal Nasir
- 164
- 15
0
votes
1 answer
Configure APNS on Parse Server
I'm trying to migrate from Parse.com service to a self-hosted Parse Server, and it's been a bit difficult.
Basically I set up my server like this:
Run $ npm install -g parse-server
Set env vars (PARSE_SERVER_DATABASE_URI, PARSE_SERVER_MASTER_KEY,…

Guilherme
- 7,839
- 9
- 56
- 99
0
votes
1 answer
Error when deploying parse-dashboard to heroku
When deploying a parse-dashboard app to heroku, I get this error:
Unexpected token '<'
What I do:
Clone parse-dashboard repo to desktop
Add remote to heroku
git push heroku master
When reading similar threads, like this, the recommendation is…

BlackMouse
- 4,442
- 6
- 38
- 65
-1
votes
1 answer
Parse Server Dashboard Column validation like User class username
I just want to know if there's a way to make the columns for a class when creating from Parse Dashboard mandatory. Just like _User class has Username, password and email required.