DashboardController.php

Laraship QuestionsCategory: TechnicalDashboardController.php
st3fan asked 5 years ago
Hi,   There seems to be changes in "Corals/core/User/Http/Controllers/DashboardController.php" breaking my installation.   I have a role that have "/dasboard" configured on "Dashboard url" in the role settings and this gives problem with the new code in DashboardController.php "ERR_TOO_MANY_REDIRECTS" Either removing the new code, or removing "dashboard" from the "Dashboard url" fix the problem.

Should I just keep "Dashboard url" empty? it will redirect to /dashboard automatically?   Thanks!
1 Answers
laraship Staff answered 5 years ago
Hello, You have dashboard URL same as the native one, that's what is causing the issue. if you have customized dashboard with different URL then you can override it from the dashboard attribute for role, otherwise its safe to keep it empty