Parse-dashboard: Heroku Parse Dashboard can only be remotely accessed via HTTPS

Created on 18 May 2016  路  2Comments  路  Source: parse-community/parse-dashboard

I'm trying to run both Parse Server and Parse Dashboard on the same server/port as express middleware with the method
// make the Parse Dashboard available at /dashboard
app.use('/dashboard', dashboard);

Even after setting PARSE_DASHBOARD_ALLOW_INSECURE_HTTP to 1 in my Heroku env variables I'm still getting:

Parse Dashboard can only be remotely accessed via HTTPS

Most helpful comment

PARSE_DASHBOARD_ALLOW_INSECURE_HTTP only applies when running the dashboard command line app. If you are constructing and mounting the Dashboard on express, pass true as the second parameter to the new ParseDashboard function.

All 2 comments

PARSE_DASHBOARD_ALLOW_INSECURE_HTTP only applies when running the dashboard command line app. If you are constructing and mounting the Dashboard on express, pass true as the second parameter to the new ParseDashboard function.

sweet! Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aryelevin picture aryelevin  路  8Comments

gianpaj picture gianpaj  路  5Comments

robertherber picture robertherber  路  6Comments

badboy-tian picture badboy-tian  路  8Comments

TylerBrock picture TylerBrock  路  8Comments