Closed dmason30 closed 1 year ago
Search nova code for usages of Nova::$initialPath you will find two places doing Nova::url(Nova::$initialPath) in HomeController and LoginController.
Nova::$initialPath
Nova::url(Nova::$initialPath)
HomeController
LoginController
NovaServiceProvider
Nova::initialPath(function () { return '/dashboards/main'; });
domain.dev/nova
fixed and pending next release
Oh mb sorry @crynobone
Description:
Search nova code for usages of
Nova::$initialPath
you will find two places doingNova::url(Nova::$initialPath)
inHomeController
andLoginController
.Detailed steps to reproduce the issue on a fresh Nova installation:
NovaServiceProvider
define the belowdomain.dev/nova
)