Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The single app redirect does not keep the root path of the dashboard #1054

Closed
3 tasks done
henrikperrochon opened this issue Apr 11, 2019 · 4 comments
Closed
3 tasks done
Assignees

Comments

@henrikperrochon
Copy link

henrikperrochon commented Apr 11, 2019

  • You're running version >=1.0.23 of Parse Dashboard.
  • You're running version >=2.3.2 of Parse Server.
  • You've searched through existing issues. Chances are that your issue has been reported or resolved before.

Environment Setup

Parse Dashboard 1.3.0
Parse Server 2.8.4
express 4.16.4
node 10.15.3

Steps to reproduce

const Application = require('express')();
const ParseDashboard = require('parse-dashboard');
const ParseServer = require('parse-server').ParseServer;
Application.use('/parse', new ParseServer ({ ... }));
Application.use('/dashboard', new ParseDashboard ({ ... }));
require('http').createServer(Application).listen(process.env.PORT || '80', () => {
	console.log('Parse Server is at your service.');
});

Then http://localhost/dashboard/apps will redirect to http://localhost/apps/nameOfApp

Any shortcut such as:

http://localhost/apps/nameOfApp/browser/_User => fails
http://localhost/dashboard/apps/nameOfApp/browser/_User => redirects to http://localhost/apps/nameOfApp/browser/_Installation

Thanks for your help

@zenz
Copy link

zenz commented Apr 19, 2019

Same situation here.
Parse-Server:3.2.3
Parse-Dashboard:1.3.0

Currently fall back to 1.2.0

@stale
Copy link

stale bot commented Jun 3, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the state:wont-fix Won’t be fixed with a clearly stated reason label Jun 3, 2019
@dplewis
Copy link
Member

dplewis commented Jun 7, 2019

Closing via #1100

Please update to the latest version of the dashboard

@dplewis dplewis closed this as completed Jun 7, 2019
@grx7
Copy link

grx7 commented Feb 26, 2020

Can you re-open? Since parse/apps will redirect to parse/apps/app-name/browser/_Role

Dahsboard 2.0.5
v10.19.0

@dplewis dplewis self-assigned this Oct 21, 2020
@dplewis dplewis removed the state:wont-fix Won’t be fixed with a clearly stated reason label Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants