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
Laravel Version: 11.2.0
Nova Version: 4.35.1
PHP Version: 8.2
Database Driver & Version: MySQL
Operating System and Version: Macos Sonoma
Browser type and version: Chrome
Description:
When Nova path in nova.config set to empty, php artisan optimize make login form return too many redirect, maybe nova login route conflict with login › Illuminate\Routing › RedirectController.
Detailed steps to reproduce the issue on a fresh Nova installation:
Set Nova Config path to 'path' => '/',
run php artisan optimize
The text was updated successfully, but these errors were encountered:
Laravel Version: 11.2.0
Nova Version: 4.35.1
PHP Version: 8.2
Database Driver & Version: MySQL
Operating System and Version: Macos Sonoma
Browser type and version: Chrome
Description:
When Nova path in nova.config set to empty, php artisan optimize make login form return too many redirect, maybe nova login route conflict with login › Illuminate\Routing › RedirectController.
Detailed steps to reproduce the issue on a fresh Nova installation:
Set Nova Config path to 'path' => '/',
run php artisan optimize
The text was updated successfully, but these errors were encountered: