You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
You're running version >=1.0.23 of Parse Dashboard. (1.2.0)
You're running version >=2.3.2 of Parse Server. (3.1.3)
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Steps to reproduce
1- Create 2 parse servers
2- Add both in Parse dashboard with the same appName
3- goto dashboard and you will see a conflict on app info and data, because of same name
for example https://parse-dashboard/apps/AppName/browser/_Role
for both servers
Logs/Trace
Note: If you get a browser JS error please run npm run dev. This will provide source maps and a much more useful stack trace.
Suggestion
use app id in URL for avoiding conflict!
The text was updated successfully, but these errors were encountered:
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
You're running version >=1.0.23 of Parse Dashboard. (1.2.0)
You're running version >=2.3.2 of Parse Server. (3.1.3)
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Steps to reproduce
1- Create 2 parse servers
2- Add both in Parse dashboard with the same appName
3- goto dashboard and you will see a conflict on app info and data, because of same name
for example
https://parse-dashboard/apps/AppName/browser/_Role
for both servers
Logs/Trace
Note: If you get a browser JS error please run
npm run dev
. This will provide source maps and a much more useful stack trace.Suggestion
use app id in URL for avoiding conflict!
The text was updated successfully, but these errors were encountered: